.banner-carousel-component {
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-carousel-component::after {
    content: "";
    background: url("../images/wPartBackground.png") repeat-x;
    bottom: -1px;
    position: absolute;
    left: 0px;
    z-index: 10;
    height: 33px;
    width: 100%;
  }
}
@media screen and (max-width: 767.99px) {
  .banner-carousel-component::after {
    content: "";
    background: url("../images/wPartBackground-mobile.png") repeat-x left bottom;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 28px;
    width: 100%;
  }
}
.banner-carousel-component .swiper-pagination {
  bottom: -10px;
}
