
.youtube-video {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  position: relative;
  aspect-ratio: 16 / 9;
}

.youtube-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
