/* Gallery-only revision layered over the verified Netlify v5 build. */
.editorial-gallery figure:nth-child(1) img { object-position: 50% 18%; }
.editorial-gallery figure:nth-child(2) img { object-position: 50% 22%; }
.editorial-gallery figure:nth-child(3) img { object-position: 50% 20%; }
.editorial-gallery figure:nth-child(4) img { object-position: 50% 15%; }

@media (max-width: 560px) {
  .editorial-gallery figure:nth-child(1) img { object-position: 50% 12%; }
  .editorial-gallery figure:nth-child(2) img { object-position: 50% 14%; }
  .editorial-gallery figure:nth-child(3) img { object-position: 50% 12%; }
  .editorial-gallery figure:nth-child(4) img { object-position: 50% 10%; }
}
