
.sf-home__slideshow > .container-full {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

.sf-home__slideshow .swiper-container,
.sf-home__slideshow .swiper-wrapper,
.sf-home__slideshow .swiper-slide,
.sf-home__slideshow .m-slider-item__bg {
  width: 100%;
}

.sf-home__slideshow .m-slider-item__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
