.team-portrait {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  position: relative;
}
.team-portrait.standard img {
  width: var(--zoom, 170%);
  height: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: calc(-1 * var(--origin-x)) calc(-1.07 * var(--origin-y));
}
.team-portrait.portrait img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=https://fsm.kniff.at/wp-content/build/scss_library/4e5f364fda5ce0a9e1255af854f94617debcc77c.css.map */