section.map #map {
  aspect-ratio: 16/7;
}
@container main (max-width: 47.9375rem) {
  section.map #map {
    aspect-ratio: 1;
  }
}