@charset "utf-8";

.youtube_converted {
	position: relative;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
	height: auto;
	padding-bottom: 0 !important; /* ✅ 불필요한 여백 제거 */
	overflow: hidden;
}

.youtube_converted > iframe {
	position: static; /* ✅ 절대 위치 제거 */
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border: none;
	display: block;
}


.youtube_converted span.cke_widget_inline {
	width: 100%;
}
.youtube_converted span.cke_widget_inline > img,
.youtube_converted > img {
	width: 100%; max-width: 100%; height: auto; filter: blur(4px); display: none !important;
}