.team-collage {
  width: 100%;
  margin: 0 auto;
}
.team-collage svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
/* Optional: subtle hover treatment. Remove if you want a static collage. */
.team-blob image {
  transition: transform .35s ease, filter .35s ease;
  transform-box: fill-box;
  transform-origin: center;
}
.team-blob:hover image {
  transform: scale(1.025);
  filter: brightness(1.04);
}
/* Each slot can be hidden independently if you need fewer photos. */
.team-blob.is-hidden {
  display: none;
}
