.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  margin-top: 30px;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination{
    display: none;
}

/* section.swiper {
  z-index: -20000;
} */

a.close-slider {
  display: none;
  position: relative;
  left: 70%;
  top: 17px;
  z-index: 10;
  padding: 5px 1px;
  cursor: pointer;
  border-radius: 10px;
}
