body {
  margin: 0;
}

body::before {
  content: open-quote;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/assets/img/noise.gif) #2E2E2E;
  z-index: auto;
  opacity: 1;
}

.bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -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(/assets/video/cover.jpg) center no-repeat;
  background-size: cover;
}

.main {
  display: flex;
  justify-content: center;
}

.content {
  margin: auto;
  width: 70%;
  height: auto;
  position: fixed;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .content {
    margin: auto;
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-tap-highlight-color: transparent;
  }
}
