 html,
    body {
      position: relative;
      height: 100%;
    }

    body {
      background: #eee;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
      margin: 0;
      padding: 0;
    }

    .swiper {
      width: 100%;
      height: 42%;
      z-index:0 !important;
    }
    
    .swiper-wrapper {
        z-index:0 !important;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
    }
    .a-sliders{
      text-decoration: none;
      height: 77%;
    }