.carousel-video {
    max-width: 100%;
    max-height: 500px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
}

.carousel-video:hover {
    transform: scale(1.02);
}