@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 20px rgba(0,0,0,0)}}.pulse-animation{animation:pulse 2s .5s infinite}