/* Team-page refinements kept separate from the shared site styles. */

/* Benjamin's source is a seated portrait, so enlarge the face inside the
   existing 180px circle without changing the circle or its neighboring cards. */
.team-card .headshot--benjamin img {
  transform: scale(1.35);
  transform-origin: 50% 0;
}