@keyframes blink-animation {
	to {
		visibility: hidden
	}
}
@-webkit-keyframes blink-animation {
	to {
		visibility: hidden
	}
}
