.marquee img {
  width: 150px;    /* Fixed width */
  height: 100px;   /* Fixed height */
  object-fit: cover; /* Ensures images fill the box without distortion */
}

