/* Target thumbnails in the projects listing page */
img.thumbnail-image {
  width: 250px;       /* or whatever fixed size you want */
  height: auto;       /* keep proportions */
  object-fit: cover;  /* crop if you later fix both width+height */
  border-radius: 8px; /* optional: rounded corners */
}