@charset "utf-8";
.swiper {
  height: 100%;
  position: relative;
}
.swiper .swiper-picture img {
  width: 100%;
  height: 100%;
  object-position: center;
  display: block;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  transition: ease all 0.25s;
  color: #fff;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  width: auto;
  height: auto;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  transition: ease all 0.25s;
  font-size: 20px;
}
.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.swiper .swiper-button-next:hover:after,
.swiper .swiper-button-prev:hover:after {
  color: #000;
}
.sslider .swiper-wrapper .swiper-slide,
.spictures .swiper-wrapper .swiper-slide {
  background-color: #fff;
  height: 40vw;
  position: relative;
}
.sslider .swiper-wrapper .swiper-slide .slider-text,
.spictures .swiper-wrapper .swiper-slide .slider-text {
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px;
  color: #000;
  text-decoration: none;
}
.sslider .swiper-picture img,
.spictures .swiper-picture img {
  object-fit: cover;
}
.scarousel .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.scarousel .swiper-wrapper .swiper-picture img {
  object-fit: contain;
}
