.ripple{overflow:hidden}.ripple thisIsAFakeTag{position:absolute;background:#fff;transform:translate(-50%, -50%);pointer-events:none;border-radius:50%;animation:ripple .6s linear infinite}@keyframes ripple{0%{width:0px;height:0px;opacity:.5}100%{width:500px;height:500px;opacity:0}}
