.for-homepage .outer-page .bookingform-wrapper {
    display: none;
}

.explorer.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div p {
    margin: 0;
}

@media(orientation: landscape) {
    .explorer.mobile #simp_book_btn_wrapper #simp_book_btn #min-price-div {
        top: 8px;
    }
}



#fullwidth_video_bg{
    background-color: #56514a;
}

#fullwidth_video_bg video{
    margin: 0 auto;
}

#video_controls{
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

@media screen and (min-width: 1024px){
    .carousel-container{
        height: 100%;
        overflow: hidden;
    }
    #fullwidth_video_bg video{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    width: 100% !important;
    height: auto !important;
    }
}





.min-price-div {
    color: #000;
    text-align: center;
}



