#institutional-profile .org-hub-library-cover img.eosp-approved-home-cover {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #06233b;
}

#geographic-reach .org-concept-map img.eosp-professional-geographic-map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #06233b;
  border: 1px solid rgba(202, 147, 48, 0.58);
  box-shadow: 0 18px 34px rgba(0, 16, 31, 0.22);
}

#regions.cerax-map-section img.eosp-professional-strategic-map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #06233b;
  border: 1px solid rgba(202, 147, 48, 0.58);
  box-shadow: 0 18px 34px rgba(0, 16, 31, 0.22);
}

@media (max-width: 760px) {
  #geographic-reach .org-concept-map img.eosp-professional-geographic-map {
    aspect-ratio: 4 / 3;
    object-position: 52% center;
  }

  #regions.cerax-map-section img.eosp-professional-strategic-map {
    aspect-ratio: 4 / 3;
    object-position: 52% center;
  }
}
