#hero .swiper-slide {
  width: auto;
}
@media screen and (max-width: 750px) {
  #hero .swiper-slide {
    width: 80%;
  }
}