.intro h1, .outro h2 {
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.space {
  height: 120vh;
}
.vid-section {
  background: #ccc;
  padding: 40px;
}
.vid-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.responsive-vid {
	position: relative;
  max-width: 100%;
  height: 0;
	padding-bottom: 56.25%; /* 16:9 */
  overflow: hidden;
}
.responsive-vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#player {
  opacity: 0;
  transition: all .5s ease-in-out;
}