.shineEffect{position:relative;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0 .5);height:200px;width:200px;background-size:200px;border-radius:50%}.shineEffect:before{content:"";position:absolute;width:14px;height:200px;background:hsla(0,0%,100%,.6);border-radius:50%;left:-70px;transform:skewX(30deg)}.shineEffect:hover:before{animation:slide 1.9s}.myaccountBatch{position:relative;overflow:hidden;box-shadow:0 0 5px rgba(0,0,0 .5);background-size:200px;border-radius:50%}.myaccountBatch:before{content:"";position:absolute;width:15px;height:150px;background:hsla(0,0%,100%,.6);border-radius:50%;left:-70px;transform:skewX(30deg);animation:slide 2s}@keyframes slide{0%,to{left:-70px}50%{left:100%}}.myaccountBatch:hover:before{animation:hoverslide 2.1s}@keyframes hoverslide{0%,to{left:-70px}50%{left:100%}}