/*
  BLM V10.13 — HOMEPAGE TOMÁS PHOTO POSITION
  This changes only the Tomás Boyd image inside the homepage team card.
*/

/* Laptop and desktop: raise the face slightly within the card crop. */
.page-home .team-grid .portrait.photo-portrait img {
  object-position: center 30% !important;
}

/* Phone and small tablet: a little more adjustment is required because
   the card becomes wider while retaining the same portrait height. */
@media only screen and (max-width: 760px) {
  .page-home .team-grid .portrait.photo-portrait img {
    object-position: center 33% !important;
  }
}
