.video-container {
  width: 100%;
  max-width: 800px; /* Or whatever your design needs */
  aspect-ratio: 16 / 9;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}