body {
	padding: 0;
	margin: 0;
	font-family: 'Work Sans', sans-serif;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 16pt;
	margin-bottom: 5px;

}

#container {
	width: 600px;
	max-width: 600px;
	display: block;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;

}

.playlist {
	display: block;
	width: 100%;
	font-size:12pt;
	height: 34px;
}

.videoplayer {
	/*width: 600px;*/
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	border: 0px solid #000;
}

.videoplayer.youtube {
	height: 337px;
	display: none;
}

#footer {
	width: 100%;
	display: block;
	height: 30px;
	margin-top: 20px;
}

#footer .caption {
	font-size: 10pt;
	text-align: center;
}

@media screen and (min-width: 1440px) {
	#container {
		width: 720px;
		max-width: 720px;
	}

	.videoplayer {
		width: 720px;
		max-width: 720px;
	}

	.videoplayer.youtube {
		width: 720px;
		max-width: 720px;
	}
}


@media screen and (max-width: 480px) {
	#container {
		width: 100%;
	}

	.videoplayer.youtube {
		width: 100%;	
	}
}

/*
@media screen and (max-width: 480px) {
	#container {
		width: 100%;
	}

	.videoplayer {
		width: 480px;
	}
	
}
*/

/*
@media screen and (max-width: 360px) {
	#container {
		width: 360px;
	}

	.videoplayer {
		width: 360px;
	}
}
*/