.swiper-container {
  width: 100%;
  aspect-ratio: 1.333;
}
.swiper-slide div {
    height: calc(100% - 25px);
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
}