.container { max-width:1200px; margin:0 auto;}
.logo { text-align:center; padding:30px 0 0 0;}
.intro { text-align:center;  margin:0 auto;}
h1 { font-size:40px; line-height:50px; font-family: "Oswald", sans-serif; color:#ff4d33; text-transform:uppercase; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 800px) {
.container { max-width:90%; margin:0 auto;}
.logo { text-align:center; padding:20px 0 0 0;}
h1 { font-size:20px; line-height:30px; font-family: "Oswald", sans-serif; color:#ff4d33; text-transform:uppercase; }
}