.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: 50px;
  margin-left: 20px;
  margin-right: 20px;
}


.auto_adjust1 {
  width: 70%;
  margin: auto;
}

.auto_adjust {
    width: 80%;
    margin:auto;
    
}

@media (max-width:767px) {
  .auto_adjust {
    
         width: 98%;
         margin-left: 20px;
        
    }
    .auto_adjust1 {
      width: 98%;
      margin-left: 20px;
    }
}




@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;
  }
  
  
}





