@media screen and (min-width: 0) {
    .video--wrapper .item-video {
        display: inline-block;
        max-height: 432px;
        height: 51.2vw;
        position: relative;
        max-width: 770px;
        width: 91.2vw;
        z-index: 1;
        border: none;
        border-collapse: collapse;
    }
}

.owl-carousel .owl-video-wrapper {
    background-color: transparent;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5px;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: white;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
}



.video-caption {
    color: white;
    background-color: rgb(67, 136, 216);
    padding: 10px;
}