@keyframes shrinkGrow{0%{transform:scale(1.1)}5%{transform:scale(1)}to{transform:scale(1)}}.paused{animation-play-state:paused!important}.shrink-grow{animation:shrinkGrow 60s ease-in-out;animation-play-state:running}