/* Three team members share the available width, with one card per row on phones. */
.fp-site #fahrpuls-team>.wrap{display:block}
.fp-site .team-grid,.fp-site .team-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.fp-site .signature .fp-person-portrait{position:relative;overflow:hidden;width:56px;height:56px}
.fp-site .signature .fp-person-portrait>img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.18);transform-origin:50% 35%}
@media(max-width:760px){
  .fp-site .team-grid,.fp-site .team-page-grid{grid-template-columns:1fr}
}
