.angie-ripple-container-1580 {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

.angie-ripple-canvas-wrapper-1580 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.angie-ripple-canvas-wrapper-1580 canvas {
	display: block;
	width: 100%;
	height: 100%;
}

.angie-ripple-content-1580 {
	position: relative;
	z-index: 2;
	text-align: center;
	pointer-events: none; /* Let mouse events pass through to canvas */
	padding: 20px;
}

.angie-ripple-title-1580 {
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.angie-ripple-subtitle-1580 {
	margin: 0;
	padding: 0;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}