.video-container {
    width: 640px;
    height: 360px;
    margin: auto;
}

.video-container video {
    width: 100%;
    height: 100%;
}

.card-image {
    height: auto;
    max-height: 400px; /* Prevents images from getting too tall */
    object-fit: cover; /* Ensures full image visibility */
}