.swiper-button-next, .swiper-button-prev{
  display: block;
  position: absolute;
  bottom: 0;
  width: 34px !important;
  height: 56px !important;
  background-color: rgba(000, 000, 000, .2);
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  color:white;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}