.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: 30px!important;
  height: 7px!important;
  background: #ffffff !important;
  opacity: 0.8 !important;
  border-radius: 3px!important;
}
.swiper-pagination-bullet-active {
  width: 40px!important;
  opacity: 1!important;
  background: #146ee1 !important;
}
