#featured.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    z-index: -99
}

#featured.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#featured.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%)
}

@media (min-aspect-ratio: 16 / 9) {
    #featured.video-container iframe {
        height: 56.25vw
    }
}

@media (max-aspect-ratio: 16 / 9) {
    #featured.video-container iframe {
        width: 177.78vh
    }
}

#inicioVideo .title-slide-home {
    position: absolute;
    height: 100vh;
    width: 100vw
}

#inicioVideo .title-slide-home .contenedor-booking-cel {
    margin: calc(100vh - 256px) auto 0
}

.imgBgVideoPreview {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}