body {
  margin: 0;
}

.video-showreel {
  width: min(1400px, 95vw);
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  width: 100%;
  background: black;
  border-radius: 8px;
  overflow: hidden;
}

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

@media (max-width: 768px) {
  .video-showreel {
    margin-top: 2rem;
  }
}
