/*
 * Reusable coaching feature-media standard.
 * Mobile dimensions match the approved One-on-One coaching hero:
 * centred, maximum 320px wide, square crop, compact footprint.
 */
@media (max-width: 767px) {
  .nx-coaching-media-standard .v137-editorial-frame {
    width: min(88vw, 320px);
    margin-inline: auto;
    aspect-ratio: 1 / 1;
    border-radius: 22px;
  }

  .nx-coaching-media-standard .v137-editorial-frame img {
    object-position: 45% 50%;
  }

  .nx-coaching-media-standard .v137-editorial-frame figcaption {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
}

@media (min-width: 768px) {
  .nx-coaching-media-standard .v137-editorial-frame img {
    object-position: center 33%;
  }
}
