.boom-shape {
	position: absolute;
	width: 50px;
	height: 50px;
	transform: scale(0.8);
}
.boom-cir {
	position: absolute;
	border-radius: 50%;
	z-index: 5;
}
.btn-boom-particles-container {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	/*color: #eee;*/    
	font-family: monospace;
	z-index: 5;
        /*margin-top: -50px;*/
/* 	filter: url(#gooeyness); */
}