div.video_piece_container{padding-bottom:2em;}

p.video_caption{margin-top:4px;}
span.video_type{font-family:'Quattrocento-sans-bold';font-size:0.8em;text-transform:uppercase;}
span.video_type_description{font-style:italic;}

div.video_container{
	position:relative;
	width:100%;
	height:0px;
	margin-top:12px;
	padding-bottom:56.25%;
	overflow:hidden; /* The overflow property only works on block elements with a specified height. */
	}

div.video_container>iframe,div.video_container>object,div.video_container>embed{
	position:absolute;top:0px;left:0px;
	width:100%;height:100%;
	}