.swiper-slide img {
  object-fit: cover;
}

.swiper-pagination-bullet {
  box-sizing: content-box;
  border-radius: 0;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
  text-align: -webkit-match-parent;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}