.view-img {
  height: 100%;
  .close {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 2;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }
  .leftIcon {
    position: absolute;
    top: 50%;
    left: 50px;
    z-index: 1700;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 2px #000;
  }

  .rightIcon {
    position: absolute;
    top: 50%;
    right: 50px;
    z-index: 1700;
    font-size: 56px;
    color: #fff;
    cursor: pointer;
    text-shadow: 0 0 2px #000;
  }
}