/* Styles for the Embed DailyMotion Video Mod */

.DailyMotion-wrapper
{
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}

.DailyMotion-wrapper div, .DailyMotion-wrapper iframe
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
