.videoBox1 {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding: 180px 10vw;
}

.videoBox1.empty {
	padding:150px 60px;
	background: repeating-linear-gradient(
		45deg,
		#ddd,
		#ddd 10px,
		#eee 10px,
		#eee 20px
	);
	width: 100%;
}

.videoBox1 .header {
	font-family: Montserrat,Arial, Helvetica, sans-serif;
	font-size: 5rem;
	font-weight: 900;
	color: #fff;
	line-height: 6rem;
}

.videoBox1 .stylizedText {
	font-size: 7rem;
	font-weight: 400;
	color: #FFD502;
	font-family: SaltySoul,Arial, Helvetica, sans-serif;
	position: relative;
	line-height: 7rem;
}

.videoBox1 .videoContainer {
	text-align: center;
	padding: 7rem 0 0;
	max-width: 1000px;
	margin: 0 auto;
}

.videoPlaceholder {
	border: 12px solid #fff;
}

/*.videoBox1 .popup-youtube::before {
  font-family: "FontAwesome";
  content: "\f04b";
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 8rem;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}*/

@media all and (max-width: 800px) {
	.videoBox1 {
		padding: 90px 10vw;
	}
}

@media all and (max-width:480px) {
	.videoBox1 .header {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	.videoBox1 .stylizedText {
		font-size: 5rem;
		line-height: 5rem;
	}
}