.location-map {
  min-width: 0;
  height: 490px;
  margin: 0;
  overflow: hidden;
}

.location-map__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
}

.location-map--band {
  width: calc(100% - 2 * var(--page-gutter));
  max-width: var(--content-max);
  margin-inline: auto;
}

@media (max-width: 767px) {
  .location-map--band {
    width: 100%;
  }
}
