.location-visual {
  position: relative;
  width: 100%;
  aspect-ratio: 900 / 560;
  overflow: hidden;
  border-top: 1px solid #edf1f4;
  background: #f5f8fa;
}

.location-map-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 900 / 560;
  background: #f5f8fa;
  object-fit: cover;
}

.location-google-map {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #f5f8fa;
}

.location-google-map[hidden] {
  display: none;
}

@media (max-width: 996px) {
  .location-visual {
    min-height: 320px;
  }

  .location-map-image {
    min-height: 320px;
    object-fit: cover;
  }
}
