.video-container {
    width: auto;
    height: 500px;
    overflow: hidden;
}

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

