#Intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(bg-berenstain.gif) center center no-repeat;
  background-size: cover;
}

h1 {
  position: relative;
  max-width: 84rem;
  padding: 4rem;
  margin: 0 auto;
  font-size: 7vw;
  font-family: "Averia Libre", cursive;
  font-family: "Chicle", cursive;
  font-family: "Miniver", cursive;
  font-family: "Bahiana", cursive;
  font-family: "UnifrakturCook", cursive;
  font-family: "Piedra", cursive;
  font-family: "Underdog", cursive;
  font-weight: normal;
  text-shadow: 0 0 5px #D60000;
  color: #D60000;
}

iframe {
  position: relative;
}

#VideoSection {
  position: relative;
  padding: 24rem 0 2rem;
  margin-top: -24rem;
  background: linear-gradient(rgba(0, 0, 0, 0), black 60rem);
}

iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}