.crowdbkg {
	position: relative;
	z-index: 0;
}

.crowdoverlay {
	position: absolute;
	height: 48px;
	width: 48px;
	z-index: 1;
}

.textoverlay {
	position: absolute;
	top: 20px;
	left: 0;
	width: 48px;
	font-family: "Nunito", arial, sans-serif;
	background-color: rgba(255, 255, 255, 0.4);
	font-size: 12pt;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
