.intro {
	max-width: 1100px;
	margin: 4vw auto 50px auto;
	text-align: center;
}

.intro h1 {
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: 500;
}

.the-video {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.youtube-embed {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 40px;
}

.youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 4px 150px rgba(87, 73, 108, 0.3), 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.ctas {
	text-align: center;
}

@media only screen and (max-width: 670px) {
	.intro, .ctas {
		text-align: left;
	}
}
