

div {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
div video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 96%;
  -o-object-fit: cover;
     object-fit: cover;
}
div div.title-enter {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -25%, 0);
}
div div.title-enter h1 {
  font-size: 4rem;
  color: #fff;
  text-align: center;
}
div div.title-enter h1 span {
  font-family: "Caveat", cursive;
  display: block;
}
div div.title-enter p.enter a {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #fff;
  font-family: "Caveat", cursive;
  font-size: 4rem;
  background-color: rgba(108, 186, 216, 0.5);
  border-radius: 36px;
  line-height: 72px;
  text-align: center;
}

@media (min-width: 576px) and (max-width: 991px) {
  div div.title-enter {
    transform: translate3d(-50%, -45%, 0);
  }
}/*# sourceMappingURL=index.css.map */