blink {
	animation: blinker 1.6s linear infinite;
}
@keyframes blinker {  
	100% { opacity: 0; }
}
	   
