<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 ********** Common parallaximus styles ***********/
.w-parallaximus {
	position: relative;
	overflow: hidden;
	/* Width and height are intended to be overloaded */
	width: 600px;
	height: 300px;
	}
	.w-parallaximus-layer {
		position: absolute;
		}
		.w-parallaximus-layer &gt; img {
			position: absolute;
			}
</pre></body></html>