body {
  background-color: #cacaca;
  margin: 0;
  height: 100%
}

main {
  color: white;
  max-width: 60em;
  padding: 2em 6em;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: bold;
  font-family: monospace;
  margin: 3em;
  border-radius: 1em;
  background-color: rgba(0.0, 0.0, 0.0, 0.4);

}

a {
  color: white;
}

#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(images/bgvid-poster.jpg) no-repeat;
  background-size: cover;
}

#bg-vid-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAALUlEQVQYV2NkYGAwZmBgOMuAAFKMUDaKBEwQJAeXQBaES4AEpRgYGJ4hmWkMAAkgBVNEZxQNAAAAAElFTkSuQmCC") repeat;
}
