/** FOR RESPONSIVE **/

@media screen and (min-width: 800px) and (max-width: 1280px) {
    #vimeography .vimeography-playlister .vimeography-thumbnails {
        min-height: 424px; 
    }
}
/** LANDSCAPE TABLET VIEW**/
@media(max-width: 1024px) and (min-width: 769px){
    .logo_container, #et-top-navigation {
        display: block !important;
        position: relative !important;
        padding: 0 !important;
        margin: 0 !important;
        float: none !important;
        text-align: center;
        line-height: 16px;
        margin-top: 21px !important;
    }

    nav#top-menu-nav {
        float: none !important;
        margin: auto;
        display: block;
        width: 62%;
    }
    .et_pb_row {
        width: 94%
    }
    #wpcomm {
        max-width: 88%;
    }
    h3#wc-comment-header {
      left: 0px;
    }
    #vimeography .vimeography-playlister .vimeography-thumbnails {
        min-height: 402px;
    }
    #vimeography figure.vimeography-thumbnail:hover a {
        background-color: transparent !important;
    }
}

@media (min-device-width : 414px) and (max-device-width : 736px){
     #wpcomm .wc-comment .wc-comment-right {
         margin-left: 0px; 
    }
}

@media (min-device-width : 375px) and (max-device-width : 667px) {
  #wpcomm .wc-comment .wc-comment-right {
         margin-left: 0px; 
    }
    
}
@media (min-device-width : 320px) and (max-device-width : 568px) { 

    #wpcomm .wc-comment .wc-comment-right {
         margin-left: 0px; 
    }

}




/** MOBILE AND TABLET*/
@media(max-width: 768px){
    img.floater-tree {
     display: none;
    }

    body,html { overflow-x:hidden; }

    #vimeography > .et_pb_row:first-child{
            padding: 0;
    }
   .container, .et_pb_row {
        width: 90%;
    }
    #vimeography .et_pb_row {
        width: 100% !important;
    }
    .et_pb_column  {
        margin-bottom: 0;
    }

   #vimeography .vimeography-playlister .vimeography-thumbnails {
        width: 100%;
        min-height: 125px;
        overflow-y: hidden;
        margin: auto;
        margin-top: 40px;
        max-height: 140px;
    }

    #vimeography .vimeography-playlister .vimeography-player-container {
        width: 100%;

    }

    #vimeography .mCustomScrollBox {
        max-height: 310px !important;
    }
    .mCSB_scrollTools a + .mCSB_draggerContainer {;
        height: 96px;
    }

    .vimeography-thumbnail h1 {
        text-align: left !important;
    }
    img.avatar {
        top: 15px;
        position: relative;
    }

    #wpcomm {
        max-width: 100% !important;
    }

    .wpdiscuz-subscribe-bar {
        width: 100%;
        float: none;
    }

    h3#wc-comment-header {
        left: 0;
        top: -53px;
        width: 100%;
        text-align: center;
    }
    p.wc-must-login {
        top: 0;
        text-align: center;
        width: 100%;
    }
    .comments-area {
        width: 100%;
        display: block;
        margin: auto;
    }
    #wpcomm .wc-comment .wc-comment-left {
        right: 0;
    }

    .et_pb_row h1 {
        text-align: center;
    }

    #vimeography .et_pb_text {
        color: #a9aaab !important;
        width: 80%;
        margin: auto;
    }
    .wpdiscuz-subscribe-bar { right: 0; }
    #wpcomm .wc-comment .wc-comment-right { width: 100%; } 

    #vimeography figure.vimeography-thumbnail:hover a {
        background-color: transparent !important;
    }

   #vimeography .mCustomScrollBox { max-height: inherit !important; } 
}

@media(max-width:480px) and (min-width: 361px){
    #wpcomm .wc-comment .wc-comment-right {
        margin-left: 0 !important;
    }
}
