.youtubebox {
  position: relative;
  width: 640px;
  aspect-ratio: 16/9;
}

.youtubebox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 899px) {
  .youtubebox {
    width: 100%;
  }
}/*# sourceMappingURL=youtubebox2024.css.map */