.png-icon {
    max-width: 18px;
    max-height: 16px;
    display: inline;
    margin-top: -3px;
}
.team-item-img {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #000;
}
.team-item-img video.team-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  display: block;
}
.team-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}