.ripple-mouse{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ripple-mouse rect {
	width: 100%;
    height: 100%;
	fill: none;
	pointer-events: all;
}

.ripple-mouse circle {
	fill: none;
	stroke-width: 2.5px;
}