/* A crisp global-reach map that matches the Organisation's navy and gold visual system. */
img.eosp-experts-professional-map {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #06233b;
}

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