.team-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 300px;
  overflow: hidden;
}

.team-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.team-hero-title {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}

.team-hero-tabs {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.team-hero-tabs * {
  background: rgba(255, 255, 255, 0.5);
}

/*# sourceMappingURL=team.css.map */
