/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
.video-container {
    height: auto;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.video-container img {
    object-fit: contain;
    height: 100%;
}
}