.swiper {
  width: 100%;
  height: auto;
  --swiper-navigation-size: 30px;
}

.swiper-button-prev {
  /* border: solid green 1px; */
  color: #fff;
}
.swiper-button-next {
  /* border: solid green 1px; */
  color: #fff;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  /* border: solid blue 1px; */
  position: relative;
  bottom:0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-slide {
  /* border: solid red 1px; */
  display: flex;
  flex-direction: column;
}

.swiper-caption {
  display: block;
  /* border: solid red 1px; */
  width: 100%;
  text-align: center;
}
