/* Hide Elementor's click-to-play overlay on videos we lazy-play in the viewport;
   the <video poster> shows the same still and playback starts automatically. */
.elementor-widget-video:has( video.mf-lazy-video ) .elementor-custom-embed-image-overlay {
	display: none !important;
}
