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

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  /*width: 20px;*/
  /*height: 20px;*/
  margin-top: 30px;
  /*margin-left: 30px;*/
  /*margin-right: 30px;*/
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    /*margin-right: -20px;*/
    /*margin-left: -20px;*/
    /*margin-top: -10px;*/
    /*display: flex;*/
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    /*height: auto;*/
    /*width: auto;*/
  }
}

.slide {
  margin-right: 10px;
  margin-left: 10px;
}

.across {
  width: 50px;
  height: 50px;
  font-size: 16px;
}

/* Adjusting pagination position */

.simple-slider .swiper-pagination {
  /*bottom: -35px !important;*/
}

.simple-slider .swiper-pagination-bullets {
  /*bottom: 5px !important;*/
}

.simple-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  /*bottom: 5px !important;*/
}

