﻿#video {
  position: fixed;
  top: 50%;
  left: 150%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  transition: 0s opacity;
}

h1 {
  color: white;
  padding-top: 150px;
  font-size: 120px;
  background-color: transparent;
}

