/* styles.css */

.video-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    display: block;
}