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;
  }
  
  .mover {
    position:absolute;
    width: 133.33%;
    height: 100%;
    top: 0;
    left:0;
    z-index: 10;
  }
  .mover:before,
  .mover:after,
  .mover .hover {
    position:absolute;
    left:50%;
    content: "";
    background: #E74450;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .mover:before {
    top: 0;
    transform:translateX(-50%);
    width: 4px;
    height: 100%;
  }
  .mover:after, 
  .mover .hover {    
    text-align: center;    
    line-height: 54px;
    border-radius: 54px;
    top: 50%;
    transform:translate(-50%, -50%);
    width: 54px;
    height: 54px;
  }
  
  .mover:after {
    content: "";
    background-image: url('/wp-content/themes/Schmucki_child/img/lr_arrow_icon.svg');
    background-position: center;
    background-repeat: no-repeat;
  }

  .mover .hover {
    pointer-events: none;
    z-index: -1;
    background-color: #E74450;
    background-size: 24px 14px;
    -ms-transition: cubic-bezier(0.45, 0.44, 0.16, 1.02) 300ms all;
    -o-transition: cubic-bezier(0.45, 0.44, 0.16, 1.02) 300ms all;
    -webkit-transition: cubic-bezier(0.45, 0.44, 0.16, 1.02) 300ms all;
    -moz-transition: cubic-bezier(0.45, 0.44, 0.16, 1.02) 300ms all;
    transition: cubic-bezier(0.45, 0.44, 0.16, 1.02) 300ms all;    
  }
  .mover:hover .hover, 
  .mover:focus .hover {
    width: 62px;
    height: 62px;
  }
  
  .text-right, .text-left {
    position: absolute;
    z-index: 1000000;
    left: 1.85rem;
    bottom: 1.5rem;
  }
  
  .text-right {
    left: initial;
    right: 1.85rem;
  }