.team-photo-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9edef;
}
.team-photo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}
.team-photo-placeholder {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 5px 8px;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 3px;
  background: rgb(10 22 40 / 86%);
  color: #fff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .02em;
  pointer-events: none;
}
