.fm-geo-art.has-image {
  background: #202522;
}

.fm-geo-art.has-image picture {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
}

.fm-geo-art.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fm-geo-art.has-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 21, 18, .9), rgba(17, 21, 18, .58) 58%, rgba(17, 21, 18, .35));
}

.fm-geo-art.has-image::after {
  z-index: 1;
}

.fm-regions a {
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50px;
  font-size: 12px;
  transition: background-color .2s, border-color .2s;
}

.fm-regions a:hover,
.fm-regions a:focus-visible {
  border-color: rgba(255, 255, 255, .75);
  background: rgba(255, 255, 255, .1);
}

@media (max-width: 540px) {
  .fm-geo-art.has-image img {
    object-position: center center;
  }
}
