
header {
  position: relative;
  background-color: black;
  height: auto;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

body .hero {
  position: fixed;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.hero-number {
  position:relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: bolder;
  font-size: 20vw;
  margin-top: 2.0rem;
  color: transparent;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: white
  }

.hero-caption{
  margin-top: -1.5vh;
  letter-spacing:2vw;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: center;
  font-size: 3.5vh;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
  text-transform: uppercase;
  }

body .content {
  position: absolute;
  z-index: 1000;
  background: #faf8f8;
  width: 100%;
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  }


/* --------------------------------- */
/* --------------------------------- */
/* --------- Media Queries --------- */
/* --------------------------------- */
/* --------------------------------- */

@media screen and (max-width: 480px) {
  .video {
    margin-top:-15px;
    width:109%;
  }
}