/* Carousel Item and Video Improvements */

.carousel-item:not(.active) {
    display: none !important;
}

.carousel-item video {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}
