@keyframes beforeScale{0%,to{transform:scale(1);opacity:0}25%{transform:scale(1.5);opacity:1}50%{transform:scale(2);opacity:.8}75%{transform:scale(2);opacity:.1}}@keyframes afterScale{0%,to{top:20px;right:15px}50%{top:44px;right:5px}}.finger-icon-animation:before{content:" ";position:absolute;background:url(/images/icon-hand-circle.png) no-repeat 50%;background-size:100% 100%;width:30px;height:30px;border-radius:50%;animation:beforeScale .75s linear infinite;top:50%;margin-top:-15px;right:30px;z-index:100}.finger-icon-animation:after{content:" ";position:absolute;background:url(/images/icon-hand-finger.png) no-repeat 50%;background-size:100% 100%;width:35px;height:35px;animation:afterScale .75s linear infinite;top:35px;right:10px;z-index:2}