.star-wrapper{overflow:hidden}.star-wrapper .star-animation .star-icon-1,.star-wrapper .star-animation .star-icon-3{width:30px;height:30px}.star-wrapper .star-animation .star-icon-2,.star-wrapper .star-animation .star-icon-4,.star-wrapper .star-animation .star-icon-5,.star-wrapper .star-animation .star-icon-6{width:50px;height:50px}.star-wrapper .star-animation .star-icon-1,.star-wrapper .star-animation .star-icon-2,.star-wrapper .star-animation .star-icon-3,.star-wrapper .star-animation .star-icon-4,.star-wrapper .star-animation .star-icon-5,.star-wrapper .star-animation .star-icon-6{transform:scale(0);transition:transform .3s;pointer-events:none}.star-wrapper:hover .star-animation .star-icon-1,.star-wrapper:hover .star-animation .star-icon-3,.star-wrapper:hover .star-animation .star-icon-4{animation:star-icon 2s linear .5s infinite alternate}.star-wrapper:hover .star-animation .star-icon-2,.star-wrapper:hover .star-animation .star-icon-5,.star-wrapper:hover .star-animation .star-icon-6{animation:star-icon 1.5s linear infinite alternate}@keyframes star-icon{0%,to{transform:scale(0);transition:transform .3s;pointer-events:none}25%{transform:scale(1)}50%{transform:scale(0);transition:transform .3s;pointer-events:none}75%{transform:scale(1)}}