/*breakpoints*/
.gallery {
  font-family: sans-serif;
  position: relative;
}
@media screen and (max-width: 575.98px) {
  .gallery .swiper__controls .prev, .gallery .swiper__controls .next {
    top: 45%;
  }
}
.gallery .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 32vw;
  background-color: var(--black);
  opacity: 0.2;
  border-radius: 0;
}
.gallery .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.gallery .gallery__body {
  --font-clr: var(--white);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  .gallery .gallery__body {
    bottom: 10px;
  }
}
.gallery .gallery__body span.gallery__text {
  color: var(--white);
  font-weight: 300;
}
.gallery .gallery_parallax .swiper-slide .slide__background {
  min-height: min(60svh, 800px);
  display: flex;
  align-items: end;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .gallery .gallery_parallax .swiper-slide .slide__background {
    min-height: min(45svh, 600px);
  }
}
.gallery .gallery_parallax .swiper-slide .slide__background .gallery__body {
  margin-top: 15rem;
  position: relative;
  bottom: 2rem;
}
.gallery .gallery_parallax .swiper-slide .slide__background.content__centered {
  align-items: center;
}
.gallery .gallery_parallax .swiper-slide .slide__background.content__centered .gallery__body {
  margin-top: 0;
  bottom: unset;
}
.gallery.deco .swiper-container:not(.no__deco) {
  position: relative;
  overflow: hidden;
}
@supports (overflow: clip) {
  .gallery.deco .swiper-container:not(.no__deco) {
    overflow: clip;
  }
}
.gallery.deco .swiper-container:not(.no__deco):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("/resources/themes/schlumberger/images/seitenrand.svg") no-repeat;
  background-size: auto 100%;
  width: 120px;
  z-index: 1;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F_gallery.scss%22%2C%22%2Fthemes%2Fschlumberger%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BACKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADSM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACdA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyBA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACpCF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAUR%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */