.simple-slider .swiper-slide {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 200px!important;
  }
}

.swiper-button-next {
  height: 100%!important;
  background: linear-gradient(to left, #FAF9F7, rgba(255, 255, 255, 0));
}

.swiper-button-prev {
  height: 100%!important;
  background: linear-gradient(to right, #FAF9F7, rgba(255, 255, 255, 0));
}

