/* Keep the existing project mosaic, captions and hover animation unchanged. */
.home-page .project-mosaic .project-photo {
  background: none;
  overflow: hidden;
}

.home-page .project-mosaic .project-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Keep the folding glass panels visible in the taller left-hand card. */
.home-page .project-mosaic .project-tile:first-child .project-photo img {
  object-position: 65% center;
}
