.person-card .person-card__image {
  background-color: transparent !important
} 

.person-card__image-container {
  position: relative;
}

.initials-overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-weight: bold;
  pointer-events: none;
  z-index: 2;
}
