#myCarousel {
  width: 250px !important;
}

#myCarousel .carousel-inner {
  height: 100px !important;
}

#myCarousel .carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image covers the entire container */
}

.img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
