  /** Swiper styles **/

      :root {
        --swiper-pagination-color: rgba(255, 255, 250, 1);
        --swiper-pagination-bullet-inactive-color: rgba(255, 255, 250, 1);
        --swiper-pagination-bullet-size: 16px !important;
        --swiper-pagination-bullet-width: 16px !important;
        --swiper-pagination-bullet-height: 16px !important;
        --swiper-pagination-bullet-horizontal-gap: 6px !important;
      }

      .swiper {
        user-select: none;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;

        height: auto;

        aspect-ratio: 16/9;

        padding: 0px 0px;
      }

      .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
      }

      .swiper-slide-bg-image {
        position: absolute;
        left: 0%;
        top: 0%;
        width: 100%;
        height: 100%;
        max-width: none;
        z-index: 0;
      }

      .swiper-slide-4ffe {
        background-color: rgba(51, 51, 51, 1);
      }
      .swiper-slide-bg-image-bdb6 {
        object-fit: cover;
        border-radius: inherit;
        opacity: 1;
      }

      .swiper-zoom-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
      }


@media (max-width: 767.98px) {
  .swiper {
min-height: 450px!important;
  }
}
