:root {
  --swiper-navigation-size: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
  padding: 0 0 60px 0;
}

.swiper-slide {

  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-btn {
  background-color: #fff;
  color: #000;
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: 50%;
  top: 90%;
}