.single-item .image-box img {
  width: 100%; /* Make the image fill the width of its container */
  height: 300px; /* Set a fixed height (adjust as needed) */
  object-fit: cover; /* Maintain aspect ratio, crop if necessary */
}