/**
 * WOW Intro Header — base styles.
 * Positioning, z-index, duration and the scroll-lock are injected inline from
 * the plugin settings; this file holds only static helpers.
 */

.wow-intro {
	will-change: transform, opacity;
	overflow: auto;
}
