.swiper {
  width: 100%;
}

.img-cropped-center {
  object-fit: contain;
  object-position: center center;
  width: 25%;
  aspect-ratio: 1/1;
}

.img-cropped-center-rating {
  object-fit: contain;
  object-position: center center;
  width: 10%;
  aspect-ratio: 1/1;
}

.Bigetron {
  width: 100%;
  height: 200wv;
}

.swiper.Bigetron .swiper-slide img {
  object-fit: cover;
  width: 100%;
  min-height: 1200px;
  height: 100vh;
}
