/* css styles */
/* Make gallery thumbnails uniform in size */
.gallery-thumb {
  width: 100%;
  height: 250px; /* You can change this number to make the boxes taller or shorter */
  object-fit: cover; /* This is the magic rule that crops the preview neatly */
  border-radius: 5px; /* Optional: adds a slight curve to the corners */
}