html, body { margin: 0; padding: 0; }
video {
  position: absolute;
  top: 0;
  left: 100px;
  transform: scaleX(-1);
  visibility: hidden;
  width: auto;
  height: 100px;
}