@charset "UTF-8";

.iframe_wrap {
  width: 100%;
}


.iframe_wrap iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
  }