/* "Ihr erfahrenes Team"-Section auf der Startseite (index.html / en/home.html / pt/index.html):
   erzwingt ein 3:4-Seitenverhältnis (BxH) fürs Foto, unabhängig vom Originalbild. */

.team-intro_component .layout192_image-wrapper-2 {
  aspect-ratio: 3 / 4;
}

.team-intro_component .layout192_image {
  height: 100%;
  object-fit: cover;
}
