body {
	background-color: #f7dd00;
	margin: 0;
	padding: 0;
}
#container {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: visible;
}
#container #title {
	width: 400px; height: 400px;
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	margin: auto;
	background-image: url(https://sunlightsoda.com/assets/images/title.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}
#container #title_glow {
	width: 200px; height: 200px;
	position: fixed;
	left: 0; top: 0; right: 0; bottom: 0;
	margin: auto;
	border-radius: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 250px 125px #f7dd00;
	z-index: 4;
}
#container #subtitle {
	width: 450px; height: 99px;
	position: fixed;
	left: 0; top: 500px; right: 0; bottom: 0;
	margin: auto;
	padding: 0 0 0 0;
	background-image: url(https://sunlightsoda.com/assets/images/subtitle.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}
#container svg {
	margin: 0 0 0 -50%;
	position: fixed;
	z-index: 1;
}
.main-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	max-width: 1000px;
	max-height: 563px;
	margin: auto; 
	padding: 40px;
}
#close {
	float:right;
	display:block;
	padding:6px 5px 1px 5px ;
	text-align: center;
	width: 17px; height: 20px;
	line-height: 10px;
	border-radius: 3px;
	color: #fff;
	background:#faa203;
	box-shadow: -2px 2px 2px rgba(0,0,0,0.25);
	position: absolute;
	top: 30px; right: 30px;
	z-index: 15000;
	font-family: Arial Black, Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.video-container {
	position: relative;
	height: 100%;
	z-index: 10000;
	box-shadow: 0 0 25px rgba(0,0,0,0.25);
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}