.ripple-container{position:relative;overflow:hidden}.ripple-container:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(0,150,255,.4);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;animation:ripple-animation 1.2s ease-out infinite}@keyframes ripple-animation{0%{width:0;height:0;opacity:.7}to{width:200px;height:200px;opacity:0}}.card-image-warapper{-webkit-touch-callout:none;position:relative}