.video-container {
    width: 100%;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

video {
    width: 100%;
    height: 100%;
    display: block;
}