.swiper-button {
  top: 50%;
  height: 40px;
  width: 40px;
}

@media only screen and (max-width: 777px) {
  .swiper-button {
    top: 50%;
    height: 20px;
    width: 20px;
  }
}