iframe {
  width: calc(100vw - 60px);
  height: calc((100vw - 60px) * 9/16);
  max-width: 480px;
  max-height: calc(480px * 9/16);
  margin: 1em auto;
  display: block;
}