.about-hero-art > img,
.about-photo > img,
.team-photo > img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-license {
  background: #fff;
}

.team-license > img {
  object-fit: contain;
}
