.wave{animation:wave 2s ease-out infinite}@keyframes wave{0%{opacity:.6;transform:scale(1)}70%{opacity:0;transform:scale(1.7)}to{opacity:0}}
