html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #ffffff00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-image {
  width: 400px!important;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden > div.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {

}

.swiper-pagination-bullet-active {
  background-color: #186DB6;
}
.swiper-pagination-bullet, .swiper-pagination-bullet-active  {
  height: 4px;
  width: 16px;
  border-radius: 32px;
}