/******************************* BP 0 *******************************/

.module_yt_video .video {
	height: 100%;
	padding: 65% 0 0;
}

.module_yt_video .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 0 none;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/******************************* /BP 0 *******************************/