#gallery-block {
  position: relative;
  overflow-x: clip;
}
#gallery-block .block__bg {
  position: absolute;
  top: -50px;
  left: 95px;
  max-height: 100%;
  z-index: -1;
}
#gallery-block .block__bg svg {
  max-height: 100%;
}
#gallery-block .swiper-slide {
  /* aspect-ratio: 620/344; */
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-right: 30px;
}
#gallery-block .image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
#gallery-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*============ MEDIA ==================*/
@media (max-width: 769px) {
  #gallery-block .block__bg {
    position: absolute;
    top: -50px;
    left: 30px;
    max-height: 100%;
  }
  #gallery-block .block__bg svg {
    width: 100%;
    height: 100%;
  }
  #gallery-block .image {
    border-radius: 25px;
  }

  #gallery-block .swiper-slide {
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  #gallery-block .image {
    border-radius: 15px;
  }
}

/*# sourceMappingURL=block.css.map */
