/* Keep the team portraits anchored at the top of their cards. The original
   centered crop removes the top of the portrait on wide desktop cards. */
.afem-team-preview img {
  object-fit: cover !important;
  object-position: center top !important;
}
