.video-pc {
    position: absolute;
    border-radius: 5px;

    height: auto;
    width: auto;

    margin-top: 1vw;
    margin-left: 0.4vw;

    min-width: 148px;
    max-width: 670px;
    width: 26.5vw;
}

.video-mobile {
    position: absolute;
    margin-top: 1vw;
    margin-left: 1.9vw;

    border-radius: 30px;

    height: 30.4vw;
    min-height: 433px;
}

#video-desembarque {
    margin-top: 0.8vw;
    height: 30vw;
    max-height: 802px;
    min-height: 442px;

    height: 31.5vw;
}

@media (max-width: 1199.9px) {
    .video-mobile {
        margin-top: 10px;
        margin-left: 27px;
    }

    #video-desembarque {
        min-width: 200px;
        margin-left: 29px;
        margin-top: 10px;
    }
}

.img-dispositivo img {
    position: relative;
}

.position-responsive-mobile {
    width: 17vw !important;
    height: auto;

    max-width: 17vw !important;
    min-width: 240px;
}

@media (min-width: 992px) {
    #carouselFuncionaCaptions .col-lg-8 {
        max-width: 49.666667% !important;
    }
}

@media (max-width: 1100.9px) {
    .img-responsive {
        max-width: 100%;
        display: inline-block;
    }

    .position-responsive-pc {
        max-width: 350px;
        height: auto;
    }
}

.ytb-frame {
    height: 250px;
    width: 410px;
}

.ytb-frame-pc {
    border-radius: 12px;
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 32%);

    width: 30vw !important;
    min-width: 250px !important;
}

.ytb-frame-pc-odd {
    border-radius: 12px;
    box-shadow: 0 0 9px 4px rgb(255 225 255 / 32%);

    width: 25vw !important;
    max-width: 25vw !important;
    min-width: 250px !important
}

.ytb-frame-pc:hover {
    box-shadow: 0 0 9px 4px rgb(255 225 255 / 32%);
}

.ytb-frame-pc-odd:hover {
    box-shadow: 0 0 9px 4px rgb(0 0 0 / 32%);
}

img.computadora {
    width: 27vw;
    min-width: 150px;
    max-width: 690px;
}