.mySwiper2 .swiper-slide img {
  max-height: 642px; /* match the typical landscape image height */
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}