/* Flexible width video */
#PageDiv .video-container {
	text-align:left;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#PageDiv .video-container.fourthree {
	padding-bottom: 75%;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	width: 100%;
	height: 100%;
}
iframe[seamless]{ background-color: transparent; border: 0px none transparent; padding: 0px; overflow: hidden; }