.scroll-vertical__container .cards .card-item .swiper-slide > div img {
  max-height: -moz-fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
  max-height: max-content;
  width: auto !important;
}
