html, body {
  touch-action: manipulation;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}
video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}
canvas {
  position: absolute;
  top: 0;
  left: 0;
}

