img {
  width: 100%;
  vertical-align: middle;
}

.image-spliter,
img,
.mover {
  overflow: hidden;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.image-spliter {
  position: relative;
}

.img-left {
  position: absolute;
  top: 0;
  left:0;
  -webkit-animation: img_clip 12s linear 1s infinite;
  -o-animation: img_clip 12s linear 1s infinite;
  -ms-animation: img_clip 12s linear 1s infinite;
  -moz-animation: img_clip 12s linear 1s infinite;
  animation: img_clip 12s linear 1s infinite;
}

@keyframes img_clip {
  0% {
    -webkit-clip: rect(0px,80px,999px,0px);
    -o-clip: rect(0px,80px,999px,0px);
    -ms-clip: rect(0px,80px,999px,0px);
    -moz-clip: rect(0px,80px,999px,0px);
    clip: rect(0px,80px,999px,0px);
  }
  4% {
    -webkit-clip: rect(0px,80px,999px,0px);
    -o-clip: rect(0px,80px,999px,0px);
    -ms-clip: rect(0px,80px,999px,0px);
    -moz-clip: rect(0px,80px,999px,0px);
  }
  96% {
    -webkit-clip: rect(0px,1018px,999px,0px);
    -o-clip: rect(0px,1018px,999px,0px);
    -ms-clip: rect(0px,1018px,999px,0px);
    -moz-clip: rect(0px,1018px,999px,0px);
    clip: rect(0px,1018px,999px,0px);
  }
  100% {
    -webkit-clip: rect(0px,1018px,999px,0px);
    -o-clip: rect(0px,1018px,999px,0px);
    -ms-clip: rect(0px,1018px,999px,0px);
    -moz-clip: rect(0px,1018px,999px,0px);
    clip: rect(0px,1018px,999px,0px);
  }
} 

.mover {
  position:absolute;
  width: 200px;
  height: 100%;
  top: 0;
  z-index: 10;
  -webkit-animation: mover_animate 12s linear 1s  infinite;
  -o-animation: mover_animate 12s linear 1s  infinite;
  -ms-animation: mover_animate 12s linear 1s  infinite;
  -moz-animation: mover_animate 12s linear 1s  infinite;
  animation: mover_animate 12s linear 1s  infinite;
}

@keyframes mover_animate {
  0% {
    left: 0px;
  }
  4% {
    left: 0px;
  }
  96% {
    left: 918px;
  }
  100% {
    left: 918px;
  }
}

.mover:before,
.mover:after {
  position:absolute;
  left:50%;
  content: "";
  background: #000;
  cursor: -webkit-grab;
  cursor: grab;
}

.mover:before {
  top: 0;
  transform:translateX(-50%);
  width: 3px;
  height: 100%;
  z-index: 3;
}
.mover:after {
  top: 50%;
  transform:translate(-50%, -50%);
  width: 8px;
  height: 33%;
  border-radius: 5px;
  z-index: 3;
}

.mover h6 {
  position: absolute;
  top: 42.5%;
  transform: translate(-50%, -50%) rotate(90deg);
  color: #000;
  font-weight: bold;
  z-index: 1;
}

.mover .text-left {
  left: 40%;
}

.mover .text-right {
  right: 18%;
}


@media( max-width: 1199px ) {

  .img-left {
    position: absolute;
    top: 0;
    left:0;
    -webkit-animation: img_clip 9s linear 1s infinite;
    -o-animation: img_clip 9s linear 1s infinite;
    -ms-animation: img_clip 9s linear 1s infinite;
    -moz-animation: img_clip 9s linear 1s infinite;
    animation: img_clip 9s linear 1s infinite;
  }
  
  @keyframes img_clip {
    0% {
      -webkit-clip: rect(0px,80px,999px,0px);
      -o-clip: rect(0px,80px,999px,0px);
      -ms-clip: rect(0px,80px,999px,0px);
      -moz-clip: rect(0px,80px,999px,0px);
      clip: rect(0px,80px,999px,0px);
    }
    4% {
      -webkit-clip: rect(0px,80px,999px,0px);
      -o-clip: rect(0px,80px,999px,0px);
      -ms-clip: rect(0px,80px,999px,0px);
      -moz-clip: rect(0px,80px,999px,0px);
    }
    96% {
      -webkit-clip: rect(0px,818px,999px,0px);
      -o-clip: rect(0px,818px,999px,0px);
      -ms-clip: rect(0px,818px,999px,0px);
      -moz-clip: rect(0px,818px,999px,0px);
      clip: rect(0px,818px,999px,0px);
    }
    100% {
      -webkit-clip: rect(0px,818px,999px,0px);
      -o-clip: rect(0px,818px,999px,0px);
      -ms-clip: rect(0px,818px,999px,0px);
      -moz-clip: rect(0px,818px,999px,0px);
      clip: rect(0px,818px,999px,0px);
    }
  } 

  .mover {
    position:absolute;
    width: 200px;
    height: 100%;
    top: 0;
    z-index: 10;
    -webkit-animation: mover_animate 9s linear 1s  infinite;
    -o-animation: mover_animate 9s linear 1s  infinite;
    -ms-animation: mover_animate 9s linear 1s  infinite;
    -moz-animation: mover_animate 9s linear 1s  infinite;
    animation: mover_animate 9s linear 1s  infinite;
  }
  
  @keyframes mover_animate {
    0% {
      left: 0px;
    }
    4% {
      left: 0px;
    }
    96% {
      left: 718px;
    }
    100% {
      left: 718px;
    }
  }

  .mover h6 {
    position: absolute;
    top: 42.5%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: #000;
    font-weight: bold;
    z-index: 1;
  }
}


@media( max-width: 991px ) {

  .img-left {
    position: absolute;
    top: 0;
    left:0;
    -webkit-animation: img_clip 9s linear 1s infinite;
    -o-animation: img_clip 9s linear 1s infinite;
    -ms-animation: img_clip 9s linear 1s infinite;
    -moz-animation: img_clip 9s linear 1s infinite;
    animation: img_clip 9s linear 1s infinite;
  }
  
  @keyframes img_clip {
    0% {
      -webkit-clip: rect(0px,50px,999px,0px);
      -o-clip: rect(0px,50px,999px,0px);
      -ms-clip: rect(0px,50px,999px,0px);
      -moz-clip: rect(0px,50px,999px,0px);
      clip: rect(0px,50px,999px,0px);
    }
    4% {
      -webkit-clip: rect(0px,50px,999px,0px);
      -o-clip: rect(0px,50px,999px,0px);
      -ms-clip: rect(0px,50px,999px,0px);
      -moz-clip: rect(0px,50px,999px,0px);
    }
    96% {
      -webkit-clip: rect(0px,598px,999px,0px);
      -o-clip: rect(0px,598px,999px,0px);
      -ms-clip: rect(0px,598px,999px,0px);
      -moz-clip: rect(0px,598px,999px,0px);
      clip: rect(0px,598px,999px,0px);
    }
    100% {
      -webkit-clip: rect(0px,598px,999px,0px);
      -o-clip: rect(0px,598px,999px,0px);
      -ms-clip: rect(0px,598px,999px,0px);
      -moz-clip: rect(0px,598px,999px,0px);
      clip: rect(0px,598px,999px,0px);
    }
  } 

  .mover {
    position:absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 10;
    -webkit-animation: mover_animate 9s linear 1s  infinite;
    -o-animation: mover_animate 9s linear 1s  infinite;
    -ms-animation: mover_animate 9s linear 1s  infinite;
    -moz-animation: mover_animate 9s linear 1s  infinite;
    animation: mover_animate 9s linear 1s  infinite;
  }
  
  @keyframes mover_animate {
    0% {
      left: 0px;
    }
    4% {
      left: 0px;
    }
    96% {
      left: 548px;
    }
    100% {
      left: 548px;
    }
  }

  .mover h6 {
    position: absolute;
    top: 42.5%;
    transform: translate(-50%, -50%) rotate(90deg);
    color: #000;
    font-weight: bold;
    z-index: 1;
  }

  .mover .text-left {
    left: 35%;
  }
  
  .mover .text-right {
    right: -8%;
  }
}

@media( max-width: 767px ) {

  .image-spliter {
    max-width: 400px !important;
    margin: 0px auto !important;
    width: 100% !important;
  }

  .img-left {
    position: absolute;
    top: 0;
    left:0;
    -webkit-animation: img_clip 9s linear 1s infinite;
    -o-animation: img_clip 9s linear 1s infinite;
    -ms-animation: img_clip 9s linear 1s infinite;
    -moz-animation: img_clip 9s linear 1s infinite;
    animation: img_clip 9s linear 1s infinite;
  }
  
  @keyframes img_clip {
    0% {
      -webkit-clip: rect(0px,0px,999px,0px);
      -o-clip: rect(0px,0px,999px,0px);
      -ms-clip: rect(0px,0px,999px,0px);
      -moz-clip: rect(0px,0px,999px,0px);
      clip: rect(0px,0px,999px,0px);
    }
    4% {
      -webkit-clip: rect(0px,0px,999px,0px);
      -o-clip: rect(0px,0px,999px,0px);
      -ms-clip: rect(0px,0px,999px,0px);
      -moz-clip: rect(0px,0px,999px,0px);
    }
    96% {
      -webkit-clip: rect(0px,400px,999px,0px);
      -o-clip: rect(0px,400px,999px,0px);
      -ms-clip: rect(0px,400px,999px,0px);
      -moz-clip: rect(0px,400px,999px,0px);
      clip: rect(0px,400px,999px,0px);
    }
    100% {
      -webkit-clip: rect(0px,400px,999px,0px);
      -o-clip: rect(0px,400px,999px,0px);
      -ms-clip: rect(0px,400px,999px,0px);
      -moz-clip: rect(0px,400px,999px,0px);
      clip: rect(0px,400px,999px,0px);
    }
  } 

  .mover {
    position:absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 10;
    -webkit-animation: mover_animate 9s linear 1s  infinite;
    -o-animation: mover_animate 9s linear 1s  infinite;
    -ms-animation: mover_animate 9s linear 1s  infinite;
    -moz-animation: mover_animate 9s linear 1s  infinite;
    animation: mover_animate 9s linear 1s  infinite;
  }
  
  @keyframes mover_animate {
    0% {
      left: -50px;
    }
    4% {
      left: -50px;
    }
    96% {
      left: 350px;
    }
    100% {
      left: 350px;
    }
  }

  .mover h6 {
    font-size: 10px;
  }

  .mover .text-left {
    left: 35%;
  }
  
  .mover .text-right {
    right: -8%;
  }
}

@media( max-width: 767px ) {

  .img-left {
    position: absolute;
    top: 0;
    left:0;
    -webkit-animation: img_clip 9s linear 1s infinite;
    -o-animation: img_clip 9s linear 1s infinite;
    -ms-animation: img_clip 9s linear 1s infinite;
    -moz-animation: img_clip 9s linear 1s infinite;
    animation: img_clip 9s linear 1s infinite;
  }
  
  @keyframes img_clip {
    0% {
      -webkit-clip: rect(0px,0px,999px,0px);
      -o-clip: rect(0px,0px,999px,0px);
      -ms-clip: rect(0px,0px,999px,0px);
      -moz-clip: rect(0px,0px,999px,0px);
      clip: rect(0px,0px,999px,0px);
    }
    4% {
      -webkit-clip: rect(0px,0px,999px,0px);
      -o-clip: rect(0px,0px,999px,0px);
      -ms-clip: rect(0px,0px,999px,0px);
      -moz-clip: rect(0px,0px,999px,0px);
    }
    96% {
      -webkit-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -o-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -ms-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -moz-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      clip: rect(0px,calc( 100vw - 100px ),999px,0px);
    }
    100% {
      -webkit-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -o-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -ms-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      -moz-clip: rect(0px,calc( 100vw - 100px ),999px,0px);
      clip: rect(0px,calc( 100vw - 100px ),999px,0px);
    }
  } 

  .mover {
    position:absolute;
    width: 100px;
    height: 100%;
    top: 0;
    z-index: 10;
    -webkit-animation: mover_animate 9s linear 1s  infinite;
    -o-animation: mover_animate 9s linear 1s  infinite;
    -ms-animation: mover_animate 9s linear 1s  infinite;
    -moz-animation: mover_animate 9s linear 1s  infinite;
    animation: mover_animate 9s linear 1s  infinite;
  }
  
  @keyframes mover_animate {
    0% {
      left: -50px;
    }
    4% {
      left: -50px;
    }
    96% {
      left: calc( 100vw - 150px );
    }
    100% {
      left: calc( 100vw - 150px );
    }
  }

}