.swiper {
  height: 200px;
}

.swiper img {
    max-height: 100%;
    max-width: 180px;
    display: block;
}

.swiper-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}