
@keyframes xtfw-heartbeat{
	to {
		transform: scale(1.4);
		opacity:1;
	}
}

@keyframes xtfw-fade-in {
	0% { opacity: 0; }
	100% { opacity: 1; }
}