/* YouTube No-Cookie Embed for Elementor — base structural styles.
   Colors, border, radius, shadow, margin, alignment and max-width are all
   applied per-widget-instance by Elementor via inline "selectors", so this
   file only needs to hold the responsive-embed plumbing. */

.ynp-outer {
	width: 100%;
}

.ynp-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #000;
	line-height: 0;
}

.ynp-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
