body {
  background-color: black;
}

video {
  width: 100%;
}

.video-wrapper {
  position: relative;
}

.video-wrapper:before {
  content: " ";
  position: absolute;
  background: url(dualvision.png);
  background-size: cover;
  width: 240px;
  height: 250px;
  right: 20px;
  bottom: 20px;
  opacity: .75;
}

h1 {
  color: white;
  text-align: center;
  font-family: arial;
}