@media (max-width: 576px) {
  .simple-slider .swiper-slide {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 576px) {
  .simple-slider .swiper-slide {
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 768px) {
  .simple-slider .swiper-slide {
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 992px) {
  .simple-slider .swiper-slide {
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 1200px) {
  .simple-slider .swiper-slide {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 0;
}

@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: 360px;*/
  }
}

.swiper-slide {
  /*width: 100%;*/
  /*position: relative;*/
  background-size: cover;
}

