#highlightsSwiper{
  width: 100%;
  height: 100%;
  position: relative;
}

#highlightsSwiper .swiper-slide{
  border-radius: 0px;
  overflow: hidden;
}

#highlightsSwiper .swiper-slide img{
  display:block;
  width:100%;
  /*height: 360px;*/      /* adjust */
  object-fit: cover;
}

@media (max-width: 767.98px){
  #highlightsSwiper .swiper-slide img{ /* height: 260px;*/ }
}

/* Make arrows visible on any image */
#highlightsSwiper .swiper-button-prev,
#highlightsSwiper .swiper-button-next{
  width: 36px;
  height: 36px;
}

#highlightsSwiper .swiper-button-prev::after,
#highlightsSwiper .swiper-button-next::after{
  font-size: 16px;
  color: #111;
  background: rgba(255,255,255,.8);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow: 0 8px 18px rgba(0,0,0,.25);
}

/* Dots */
#highlightsSwiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(0,0,0,.25);
}
#highlightsSwiper .swiper-pagination-bullet-active{
  background: rgba(255,255,255,1);
}