blink, .blink-css { animation: blink 1s step-end infinite; }
@keyframes blink {
  67% { opacity: 0 }
}