/* V19: team cards must remain visible even when they are rebuilt after the
   global reveal observer has already been initialised. */
.team-grid .team-card,
.team-grid .team-card[data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.team-grid .team-photo img {
  display: block;
}
