body {
  margin: 0;
  background: #010001;
  font-family: "bryant-web-condensed";
  color: white;
  font-size: 34px;
  font-weight: 100;
  letter-spacing: 1.2;
}

video {
  width: 100vw;
  height: 56.25vw;
  max-height: 100vh;
  max-width: 177.78vh;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#loop {
  display: none;
}

.content {
  width: 864px;
  height: auto;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 432px);
  text-align: center;
}

.prompt {
  width: 568px;
  margin: 50px auto 0;
}

.prompt a {
  width: 256px;
  height: 78px;
  background: url("../images/button-bg.png") transparent no-repeat center center;
  line-height: 78px;
  color: white;
  text-decoration: none;
  float: right;
  border-radius: 2px;
  transition: opacity 300ms ease-in-out 0ms;
}

.prompt a:first-child {
  float: left;
}

.prompt a:hover {
  opacity: 0.6;
}

.prompt a:active {
  background-position: center -157px;
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  .content {
    left: calc(50% - 400px);
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 20px;
  }
  .content {
    width: 300px;
    top: calc(50% + 50px);
    left: calc(50% - 150px);
  }
  .prompt {
    width: 300px;
    margin: 25px auto 0;
  }
  .prompt a {
    width: 128px;
    height: 39px;
    background: url("../images/button-bg-small.png") no-repeat center center;
    line-height: 39px;
  }
  .prompt a:active {
    background-position: center -78px;
  }
}
