@media(max-width:767px){
#nav-menu-logo-menu img.logo {
    height: auto;
}
}
.banner .item{
background-size:cover;
background-repeat: no-repeat;
}
.banner  .owl-stage {
    min-height: 100vh;
}
@media(max-width:1024px){
.banner  .owl-stage{
    min-height: 75vh;
}
}
@media(max-width:767px){
.banner  .owl-stage{
    min-height: 35vh;
}
   #header-text .bg{background-size: contain !important;}
    #header-text h1{font-size:25px !important; line-height: 1em; margin-bottom:0;}
    #header-text .bg{background-size: contain !important;transform:none !important;}
    #header-text h1{font-size:25px !important; line-height: 1em; margin-bottom:0;}
    #header-text{padding-bottom: 40px !important;
    padding-top: 100px !important;}
}