.swiper-container {
    min-height: calc(100vh);
}
.triple-slider {
  padding: 32px 0;
}
.triple-slider .swiper {
  max-width: 90%;
  /*max-width: 640px;
  height: 320px;*/
  max-height: calc(100vh - 200px);
  border-radius: 8px;
}
.triple-slider .bg-image {
  max-width: 100%;
  max-height: calc(100vh - 200px);
  object-fit: contain;
}
.swiper-slide {
    text-align: center;
    background-color: #000;
}
.triple-slider .numero-image {
  position: absolute;
  bottom: -40px;
  left: 50%;
    background-color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 20px;
    margin-left: -40px;
}