.hero__visual--image,
.article-hero__visual--image {
  overflow: hidden;
  padding: 0;
  background: #d8c2a5;
}

.hero__visual--image img,
.article-hero__visual--image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.hero__visual--image,
.hero__visual--image img,
.article-hero__visual--image,
.article-hero__visual--image img {
  aspect-ratio: 16 / 9;
}

.article-hero__visual--image {
  min-height: 0;
  align-items: initial;
}

.hero__map {
  overflow: hidden;
  min-height: 360px;
  border: 1px solid rgba(47, 74, 59, 0.2);
  border-radius: 12px;
  background: #d8c2a5;
}

.hero__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
}

@media (max-width: 720px) {
  .hero__map,
  .hero__map iframe {
    min-height: 280px;
  }
}
