.ws-fluids {
	position: relative;
	overflow: hidden;
	pointer-events: none;
}

.ws-fluids .ws-fluids__canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ws-fluids__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.ws-fluids .ws-fluids__content > * {
	pointer-events: auto;
}

.ws-fluids > *:not(.ws-fluids__content) {
	z-index: 1;
}