/* Ensure cards in each row stay equal height */
.project-card {
  height: 100%;
}

/* Thumbnails crop/center */
.project-card img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}