/* Wrapper gets its height inline from PHP */
.its-video-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Slides fill the wrapper */
.its-video-carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* Videos fill the slide */
.its-video-carousel-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: black;
}
