.whatsapp-bubble {
	position: fixed;
	right: 5%;
	bottom: 30px;
	z-index: 20;
}
.whatsapp-bubble i {
	font-size: 5em;
	color: #00bb2d;
	cursor: pointer;
	opacity: 0.5;
}
.whatsapp-bubble i:hover {
	opacity: 1;
}
.whatsapp-bubble.mini {
	bottom: 80px;
	right: 20px;
}
.whatsapp-bubble.mini i {
	font-size: 3em;
}
@media screen and (min-width: 600px) {
	.whatsapp-bubble.mini {
		right: 5%;
	}
	.whatsapp-bubble.mini i {
		font-size: 5em;
	}
}