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

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width:15px;
  margin-left:20px;
  margin-right:20px;
  background-image:NONE;
  color:#202124;
}

@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:500px;
    padding-top:4px;
  }
}

.swiper-pagination-bullet {
  width:15px;
  height:15px;
  color:#229ca9;
}

