@media (max-width: 1440.98px) {
  div.block-with-gallery .swiper {
    width: calc(100% + var(--bs--gutter));
  }
}
@media (max-width: 767.98px) {
  div.block-with-gallery .swiper-wrapper {
    background-color: #000000;
  }
}
@media (min-width: 768px) {
  div.block-with-gallery .swiper-wrapper {
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
div.block-with-gallery .swiper-slide {
  height: auto;
}
@media (min-width: 1441px) {
  div.block-with-gallery .swiper-slide {
    max-width: 250px;
  }
}