/* Keep the subjects visible when the existing layout crops the A photographs. */
.v2-hero-photo img[data-photo-asset="hero"] { object-position: 80% 40%; }
.v2-lesson-grid img[data-photo-asset="lesson"] { object-position: 62% center; }
img[data-photo-asset="trainer"] { object-position: center 8% !important; }
@media (min-width: 641px) and (max-width: 900px) {
  .v2-hero-photo img[data-photo-asset="hero"] { object-position: 94% 40%; }
}
