/* Small owned CSS overrides (not regenerated from the WordPress mirror). */

/* Meet-the-team flip-box headshots: source images are square, but the box can
   become non-square on some viewports and the default object-fit:fill then
   stretches them. Keep them square and crop-to-fit instead of distorting. */
.ba-flipbox-icon-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: auto;
}
