.aqvatown-pool-effect-host {
	position: relative;
	z-index: 0;
}

.aqvatown-pool-effect-host > .aqvatown-pool-effect {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	inset: 0;
}

.aqvatown-pool-effect canvas {		
	filter: brightness(0) invert(1);	
	pointer-events: none;
	display: block;
	opacity: 0.25;
	height: 100%;
	width: 100%;
}
