/* Homepage team portraits: standardized to the 225 × 208 reference crop. */
main a[href^="/equipe/"] > .border-l-accent > .p-0 > .flex > div:first-child {
  width: 100%;
  height: auto !important;
  aspect-ratio: 225 / 208;
  flex: 0 0 auto;
}

main a[href^="/equipe/"] > .border-l-accent > .p-0 > .flex > div:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

@media (min-width: 640px) {
  main a[href^="/equipe/"] > .border-l-accent > .p-0 > .flex > div:first-child {
    width: 225px !important;
    flex-basis: 225px;
  }
}
