.bwi a.image {
  display: block;
}
.bwi .swiper-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 25px;
}
.bwi .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: .9;
  position: relative;
  cursor: pointer;
}
.bwi .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2px;
  height: 2px;
  background: #e61e29;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  transition: .2s ease-in-out;
}
.bwi .swiper-pagination .swiper-pagination-bullet-active {}
.bwi .swiper-pagination .swiper-pagination-bullet-active:before,
.bwi .swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 4px;
  height: 4px;
}