#gallery-block .gallery__img {
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  max-height: 510px;
  height: 100%;
}
#gallery-block .swiper-wrapper {
  align-items: stretch;
}
#gallery-block .swiper-slide {
  height: auto;
  width: auto !important;
  display: inline-block;
  max-width: 690px;
}
@media screen and (max-width: 800px) {
  #gallery-block .swiper-slide {
    width: 100% !important;
    display: flex;
  }
  #gallery-block .gallery__img {
    width: 100%;
  }
}/*# sourceMappingURL=block.css.map */