.gallery {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev {
  color: white;
}