@charset "utf-8";

@media screen and (max-width: 768px) {
  iframe.youtube {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
