.banner-slider {
  width: 100%;
  height: auto;
}

.banner-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

/* Images */
.banner-slider picture,
.img-slide{
  width: 100% !important;
  height: auto !important;
}


/* Pagination dots */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
