:root {
  --container-width: 1450px;
  --small-container-width: calc(1170px + var(--block-padding) * 2);
}

@media (max-width: 767px) {
  section.gallery-swiper:first-child .container:first-of-type {
    padding-top: calc(var(--block-padding) * 2.5 + 75px);
  }
}
section.gallery-swiper .container {
  display: block;
}
section.gallery-swiper .gallery-container {
  padding-top: 0;
  width: 100%;
  max-width: unset;
}
section.gallery-swiper .gallery-container .swiper-wrapper {
  align-items: center;
}
section.gallery-swiper .gallery-container .swiper-slide {
  aspect-ratio: 1;
}

section.has-white-background-color + section.gallery-block.has-white-background-color > .filter-container {
  padding-top: 0;
}