/* Keep faces in frame when responsive containers crop the portrait images. */
.hero-portrait img,
.editorial img,
.contact-image img {
  object-position: center top;
}

.editorial img {
  object-position: 57% top;
}
