.cms_video{
	width: 100%; 
	height: 0px; 
	padding-top: 60%;
	margin-bottom: 20px;
	position: relative;
}
	.cms_video iframe{
		position: absolute;
		margin-top: -60%;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
	.cms_video div.cms_privacy_consent_required{
		position: absolute;
		margin-top: -60%;
		height: 100%;
		width: 100%;
		z-index: 1;
	}
	.cms_content_form_form_frame_overlay{
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 2;
	}
