.video-container {
  aspect-ratio: 16 / 9;
  margin: 1.5rem 0;
  width: 100%;
}

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