.fba-visual.country-hero-image {
  min-height: 480px;
  overflow: hidden;
}

.country-hero-image > img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 900px) {
  .fba-visual.country-hero-image {
    min-height: 360px;
  }
}
