.tienvoud-team-card {
  overflow: hidden;
  isolation: isolate;
  background: #eeeeee !important;
  border: 3px solid #ff1fa9 !important;
  box-shadow: 8px 8px 0 rgba(255,31,169,.18) !important;
}
.tienvoud-team-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0,0,0,.58) 0%, rgba(0,0,0,.08) 30%, rgba(0,0,0,.04) 58%, rgba(0,0,0,.68) 100%);
}
.tienvoud-team-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--photo-position, 50% 32%);
}
.tienvoud-team-card > div {
  z-index: 2;
}
.tienvoud-team-card h3,
.tienvoud-team-card p,
.tienvoud-team-card li {
  color: #ffffff !important;
  text-shadow: 0 1px 10px rgba(0,0,0,.75);
}
