.thumbnail {
    width: 150px;  /* Set desired width */
    height: 150px; /* Set desired height */
    object-fit: cover;  /* Ensures the image covers the set dimensions without distortion */
}


