.footer__map iframe {
  width: 100%;
  height: clamp(250px, 250px + 250 * (100vw - 768px) / 1152, 500px);
}
@media (min-width: 768px) {
  .footer__map iframe {
    width: min(100%, 700px);
  }
}

.movie > div iframe {
  width: 100%;
  height: clamp(216px, 216px + 284 * (100vw - 768px) / 1152, 336px);
}
/*# sourceMappingURL=page.css.map */