@media only screen and (max-width: 768px) {
    .logo_bg{
        display: none;
    }
    .left_panel{
        top:80px;
        height: calc(100vh - 80px);
        left:-260px;
    }
    /*.menu-connect-bg{
        display: none;
    }*/
    .sub_menu_bg{
        visibility: visible;
    }
    .col-md-4{
        padding:25px;
    }
    #menu-box{
        height: 90vh;
    }
    .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{
        bottom:52px;
    }

    #wrap-title-scene{
        top: 80px;
        right: 0px;
        bottom: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1600px) {
   .left_panel{
        top: 105px;
        height: calc(100vh - 105px);
        left: -260px;
        border-radius: 10px;
    }
    .logo_bg{
        display: none;
    }
   /* #wrap-avatar{
        display: none;
    }*/

    .menu_btn{
        bottom:75px;
    }

    #wrap-avatar{
        bottom:75px;
    }
}

@media only screen and (max-width: 500px) {
   #address{
    display: none;
   }
}