/* The selected Apple Photos images have their own crop rules.
   This stylesheet is loaded only by refreshed pages, never Our Journey. */
.hero-image[src*="website-cattle-pasture"] { object-position: 58% 70%; }
.split-photo img[src*="website-"],
.support-story img[src*="website-"] { height: auto; }
.photo-wrap img[src*="website-cattle-closeup"] { object-position: 53% 55%; }
.photo-wrap img[src*="website-piglet"],
.split-photo img[src*="website-piglet"] { object-position: 56% 55%; }
.photo-wrap img[src*="website-turkey"] { object-position: center 65%; }
.photo-wrap img[src*="website-young-livestock"] { object-position: center 75%; }
.photo-wrap img[src*="website-rabbits"] { object-fit: contain; background: #dac9b4; }
.support-photo[src*="website-rabbits"] { height: auto; aspect-ratio: 6960 / 4650; object-fit: contain; }
.split-photo img[src*="website-cattle-pasture"] { aspect-ratio: 4 / 3; object-position: center 70%; }
.support-story img[src*="website-duck"] { object-position: center 58%; }
@media (max-width: 800px) {
  .hero-image[src*="website-cattle-pasture"] { object-position: 64% center; }
}
