.cursor {
  position: absolute;
}

.cursor-lines {
  position: relative;
  z-index: 9999;
}

.vt {
  position: absolute;
  height: 200vh;
  top: -100vh;
  width: 1px;
  background: #c1c1c1;
  left:-1px;
}

.hl {
  position: absolute;
  left: -100vw;
  height: 1px;
  width: 200vw;
  background: #c1c1c1;
  top: -1px;
}