    .swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    .swiper-pagination-bullet {
	  border-color: #fff;
	  border: solid 0.05em;
      width: 23px;
      height: 23px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color:#000;
      color: #fff;
      opacity: 1;
      background: rgba(0,0,0,0.5);
    }
    .swiper-pagination-bullet-active {
      color:#fff;
      background: #624daa;
    }
    .swiper-pagination-bullet:hover {
      text-decoration: underline;
      background: #afd905;/*rgba(0,0,0,0.8);*/
    }

    .swiper-container [class^="swiper-button-"]:hover{
       filter: invert(55%) sepia(100%) saturate(3732%) hue-rotate(339deg) brightness(100%) contrast(103%);
    }
    .swiper-pagination.swiper-pagination-bullets {
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
    }
    .swiper-container [class^="swiper-button-"] {
      top: auto;
      left: auto;
      bottom: 9px;
      width: 15px;
      height: 24px;
      visibility: hidden;
    }

    .swiper-container [class="swiper-button-prev"] {
      right: 40px;
	  top: 30px;
      background-image: url( "../images/bt-left2.svg" );
      background-size: 100%;
    }
    .swiper-container [class="swiper-button-pause"] {
      background-image: url( "../images/bt-pause2.svg" );
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10;
      cursor: pointer;
      position: absolute;
      width: 15px;
      height: 24px;
      right: 25px;
	  top: 8px;
    }
    .swiper-container [class="swiper-button-start"] {
      background-image: url( "../images/bt-play2.svg" );
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 10;
      cursor: pointer;
      position: absolute;
      width: 15px;
      height: 24px;
      right: 25px;
	  top: 8px;
    }
    .swiper-container [class="swiper-button-next"] {
      right: 10px;
	  top: 30px;
      background-image: url( "../images/bt-right2.svg" );
      background-size: 100%;
    }



  @media (min-width: 768px) {
    .swiper-container [class="swiper-button-prev"] {
      right: 32px;
    }
    .swiper-container [class="swiper-button-pause"] {
      right: 17px;
	  top: 8px;
    }
    .swiper-container [class="swiper-button-start"] {
      right: 17px;
	  top: 8px;
    }
    .swiper-container [class="swiper-button-next"] {
      right: 2px;
    }
  }
