.navbar-brand img {
    width: auto!important
}

.top-navbar {
    display: none
}

#mainnav .container>.grid {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

#mainnav {
    min-height: 50px
}

@media(max-width: 768px) {
    #custom-home_banner-0-images-slider,#custom-home_banner-3-images-slider {
        display:none
    }

    #custom-home_banner-1-images-slider .s-slider-container .swiper-slide-visible>div,#custom-home_banner-4-images-slider .s-slider-container .swiper-slide-visible>div {
        height: 50vh;
        margin-bottom: 30px
    }

    #custom-home_banner-1-images-slider h1,#custom-home_banner-4-images-slider h1 {
        font-size: 25px
    }

    #custom-home_banner-1-images-slider a h1,#custom-home_banner-4-images-slider a h1 {
        font-size: 15px!important
    }
}

@media(min-width: 768px) {
    #custom-home_banner-1-images-slider,#custom-home_banner-4-images-slider {
        display:none
    }
}

#custom-home_banner-0-images-slider a h1,#custom-home_banner-3-images-slider a h1 {
    font-size: 15px!important
}

#custom-home_banner-0-images-slider .swiper-slide>div div:first-of-type {
    width: 800px;
    justify-self: end;
    padding-left: 20px
}

#custom-home_banner-3-images-slider .swiper-slide>div div:first-of-type {
    width: 800px;
    padding-right: 20px
}

section.TU-video-9.TU-video.relative.p-2 {
    width:1200px ;
    margin: auto;
}

@media(max-width: 768px) {
    section.TU-video-9.TU-video.relative.p-2 {
        height: 260px !important;
    }
    #videoPlayer{
                height: 250px !important;

    }
}