.swiper {
  width: 100%;
  height: 100%;
}

#MobileSwiper .swiper-slide {
  background-image: url("..//assets/images/partners-swiper-mobile-background.png");
  background-size: cover;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  /* bottom: 0px !important;
  right: 0px !important; */
  padding-right: 10px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: max-content;
  right: 0px !important;
  left: auto;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 14px;
  height: 14px;
  color: white;
  border: 2px solid #ffffff;
  border-radius: 7px;
  opacity: 1;
  background-color: transparent;
  left: auto;
}

.swiper-pagination-bullet-active {
  color: white;
  background-color: white;
  border: 2px solid #ffffff;
  width: 14px;
  height: 14px;
}
