
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.0);
  background-size: 3px 3px;
  box-shadow: inset 0 100px 100px #000;
  z-index: 2;
}
h1 {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
}

@font-face {
    font-family: 'Display';
    src: url('https://toolbox.digimedialoop.de/fonts/fnt.php?f=Arcon-Regular.ttf') format("truetype");
	font-weight: normal;
}



