#block-search,
#block-search * {
    box-sizing: border-box;
}

#block-search {
    position: absolute;
    bottom: 20px;
    z-index: 6;
    width: 100%;
}

.be-container {
    padding: 0 20px;
}

#tl-booking-cart {
    z-index: 1 !important;
}

@media screen and (max-width: 1200px) {
    iframe[id^="tlFrame"] {
        zoom: 1 !important;
        -ms-zoom: 1 !important;
        -webkit-zoom: 1 !important;
        -moz-transform: scale(1) !important;
        -moz-transform-origin: 0 0 !important;
    }
}
/*
.main-hero .hero-video {
    min-height: 800px;
}

@media screen and (max-width: 1260px) {
    .main-hero .hero-video {
        min-height: 1050px;
    }
}

@media screen and (max-width: 1200px) {
    .main-hero .hero-video {
        min-height: 690px;
    }

    .main-hero .hero-info {
        top: 25%;
        transform: none;
    }
}

@media screen and (max-width: 395px) {
    .main-hero .hero-video {
        min-height: 870px;
    }
}
*/