.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%;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 540px) {
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.mySwiper2 {
  width: 80%;
  margin: 0 10%;
}
.mySwiper2 .swiper-slide {
  background-image: radial-gradient(#ffffff 40%, #c5c5c5);
  position: relative;
}
.mySwiper2 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper2 {
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
.mySwiper3 {
  width: 80%;
  margin: 0 10%;
}
.mySwiper3 .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper3 {
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
.mySwiper4 {
  width: 80%;
  margin: 0 10%;
}
.mySwiper4 .swiper-slide img {
  width: 100%;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper4 {
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
.mySwiper5 {
  width: 80%;
  margin: 0 10%;
}
.mySwiper5 .swiper-slide {
  background-image: radial-gradient(#ffffff 40%, #c5c5c5);
  position: relative;
}
.mySwiper5 .swiper-slide img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}
@media (max-width: 760px) {
  .mySwiper5 {
    width: calc(100% - 120px);
    margin: 0 60px;
  }
}
.swiper-pagination-bullet {
  width: 25px!important;
  height: 4px!important;
  background: #ed6c00 !important;
  opacity: 0.5 !important;
  border-radius: 0!important;
}
.swiper-pagination-bullet-active {
  opacity: 1!important;
  background: #ed6c00 !important;
}
