.vendor-carousel-container {
  height: 4rem; /* a bit more than image height for padding */
}
.vendor-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
}
.vendor-carousel .item img {
  height: 3rem;
  max-height: 3rem;
  width: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
