* {
  margin: 0;
  padding: 0;
  border: 0;
}

body, html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #f1f1f1;
  font-family: "MineCrafter-3", "robotolight";
}

.texto {
  color: #707070;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 350px;
  text-align: center;
}
.texto h2 {
  color: #000;
}

@media only screen and (max-width: 619px) {
  section#body div.videoBGWrapper video {
    position: fixed;
  }
  section#body div.videoBGWrapper h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 200%;
  }
}
@media all and (min-width: 620px) and (max-width: 1025px) {
  section#body div.videoBGWrapper video {
    position: fixed;
  }
  section#body div.videoBGWrapper h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 200%;
  }
}
@media only screen and (min-width: 1025px) {
  section#body div.videoBGWrapper video {
    position: fixed;
  }
  section#body div.videoBGWrapper h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 200%;
  }
}/*# sourceMappingURL=style.css.map */