body {
    /* margin: 0;
    padding: 0;
    overflow: hidden; */
  }
  img {
    height: auto;
    font-size: 0;
  }
  a {
    text-decoration: none;
  }
  main#imgclip {
    margin-top: 10px;
  }
  img {
    height: auto;
    font-size: 0;
  }
  a {
    text-decoration: none;
  }

  .img-wrap {
    position: relative;
    height: 600px;
    /* max-width: 600px; */
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
  }
  .img-one-bg {
    background: url("images/sample.png") no-repeat center center;
    background-size: 100%;
    height: 600px;
    display: inline-block;
    width: 100%;
    position: absolute;
    clip: rect(0px, 300px, 600px, 0px);
    z-index: 1;
  }
  .img-two-bg {
    background: url("images/sample-processed.png") no-repeat center center;
    background-size: 100%;
    height: 600px;
    display: inline-block;
    width: 100%;
    position: absolute;
  }
  .split span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ctitle%3ESlice 1%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='99.021%25' id='a'%3E%3Cstop stop-opacity='0' offset='0%25'/%3E%3Cstop stop-opacity='.02' offset='80%25'/%3E%3Cstop stop-opacity='.04' offset='100%25'/%3E%3C/linearGradient%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='b'%3E%3Cstop stop-color='%23FFF' stop-opacity='.12' offset='0%25'/%3E%3Cstop stop-color='%23FFF' stop-opacity='.06' offset='20%25'/%3E%3Cstop stop-color='%23FFF' stop-opacity='0' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23f00' fill-rule='evenodd' style='&%2310; color: red;&%2310; background-color: red;&%2310;'%3E%3Cg stroke-linejoin='square' stroke-width='.5'%3E%3Ccircle stroke='url(%23a)' fill='%23FFF' cx='16' cy='16' r='15.75'/%3E%3Ccircle stroke='url(%23b)' cx='16' cy='16' r='15.75'/%3E%3C/g%3E%3Cpath fill='%23000' d='M9.829 12.8l-.8-.8L5.6 15.429l3.429 3.428.8-.8L7.2 15.43zM21.6 12.8l.8-.8 3.429 3.429-3.429 3.428-.8-.8 2.629-2.628z'/%3E%3C/g%3E%3C/svg%3E");
    /* background-image: url(https://storage.googleapis.com/mannequin/2018/icons/scroll-button.svg); */
    background-size: contain;
    cursor: ew-resize;
    position: absolute;
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    top:450px;
  }
  .split {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    left: 50%;
  }
  .split::before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 2px;
  }
  