.gallery swiper-container {
  width: 100%;
  height: 100%;
}

.gallery swiper-slide {
  text-align: center;
  background-color: #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;

}