.swiper-container {
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-banner {
  z-index: 99999999999999 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.banner-home-mobile {
  display: block;
}

.banner-home-mobile {
  display: none;
}

@media (max-width: 767px) {
  .banner-home-desktop {
    display: none;
  }

  .banner-home-mobile {
    display: block !important;
  }
}

