/* YouMind Hero: video / YouTube match .mscore-hero__ring img rules from mscore-widgets.min.css */
.mscore-widget-shell .mscore-hero__ring video.mscore-hero__video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	border-radius: 18px;
	filter: brightness(0.85) saturate(1.1);
}

.mscore-widget-shell .mscore-hero__ring .mscore-hero__embed {
	position: absolute;
	inset: 0;
	overflow: hidden;
	border-radius: 18px;
	filter: brightness(0.85) saturate(1.1);
	pointer-events: none;
}

.mscore-widget-shell .mscore-hero__ring .mscore-hero__embed iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: 177.78%;
	max-width: none;
	border: 0;
	transform: translate(-50%, -50%);
}
