.youtube_converted {
	position: relative; width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; background-color: #000;
}
.youtube_converted > iframe {
	 position: absolute; top: 0; left: 0; border: 0; width: 100%; height: 100%; z-index: 2;
}
.youtube_converted span.cke_widget_inline {
	width: 100%;
}
.youtube_converted span.cke_widget_inline > img,
.youtube_converted > img {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; filter: none; opacity: 1; z-index: 1;
}
