    .swiper-container {
        width: 100%;
        /* height: 100vh; */
        height: 100px;
        background: #000;


        }

        /* .swiper-container {
        width: 600px;
        height: 300px;
    } */

    .swiper-slide {
      font-size: 18px;
      color:#fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 30px;
      overflow: hidden;
    }
    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 130%;
      /* height: 100%; */
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
      font-size: 41px;
      font-weight: 300;
    }
    .swiper-slide .subtitle {
      font-size: 21px;
    }
    .swiper-slide .text {
      font-size: 14px;
      max-width: 300px;
      line-height: 1.3;
    }
