@media only screen and (max-width: 768px) {
/*    .logo_bg{
        display: none;
    }
	*/
    .left_panel{
       
        height: calc(100vh - 80px);
        left:-260px;
    }
    .menu-connect-bg{
        display: none;
    }
    .sub_menu_bg{
        visibility: visible;
    }
    .col-md-4{
        padding:25px;
    }
    #menu-box{
        height: 100vh;
    }
    .hero-menu-item-title a{
        color: #fff;
    .col-md-8{
        background:#81090959;
    }
    .respimg, .single-slider img{
    }
        max-width:100%;
        height: auto;
    }
    #gallery-box{
        padding-top: 225px;
    }
    .menu_btn{
        top:8px;
    }

    #wrap-title-scene{
        top: 80px;
        right: 0px;
        bottom: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
   .left_panel{
        
        height: calc(100vhx);
        left: -260px;
        border-radius: 10px;
    }
	/*
    .logo_bg{
        display: none;
    } */
    #wrap-avatar{
        display: none;
    }

    .menu_btn{
        bottom:75px;
    }
}