

.video-container {
    width: 300px; 
    height: 300px; 
    overflow: hidden; 
}

video {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
}
