@keyframes fade{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.pulse{background-color:#e0e0e0;animation:fade 1.2s ease-in-out infinite}.pulse-performant{height:100%;width:100%;background-color:#f0f0f0}