@keyframes pulsate {
	0, 75% {
		transform: translateZ(0) scale(1, 1);
	}
	
	75%, 100% {
		transform: translateZ(0) scale(1.45, 1.45);
	}
}