.swiper-slide-active .tp-caption{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.swiper-slide-active .infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.swiper-slide-active .hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.swiper-slide-active .flipOutX,
.swiper-slide-active .flipOutY,
.swiper-slide-active .bounceIn,
.swiper-slide-active .bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}


.swiper-slide  .split {
  width: 620px;
 
  /** height: 870px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  **/
  perspective: 600px;
  cursor: pointer;
  }
 .swiper-slide  .split img {    height: auto;    width: 100%;    opacity: 0;  }

.swiper-slide  .split  div {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    transform: rotateY(-50deg) scale(0.5);
    opacity: 0;
    transform-origin: bottom;
    transition: all .6s cubic-bezier(.71, .05, .09, .91);}


.swiper-slide-active .split div{ opacity: 1;     transform: rotate(0deg) translateY(0);  }
