.breakdance .layer1{position:absolute;top:0px;left:0px;right:0px;bottom:0px}@media (max-width:479px){.breakdance .layer1{position:absolute;top:0px;left:auto;right:auto;bottom:auto}}.breakdance .hero img{transform:scale(0.8);transition:all 0.1s ease-out}.breakdance .hero:hover img{transform:scale(1)}.breakdance .hero:hover .layer1:nth-child(2) img{animation:10s linear 0s infinite hero_rotate}.breakdance .hero:hover .layer1:nth-child(3) img{animation:10s linear 0s infinite hero_rotate_counterclockwise}@keyframes hero_rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes hero_rotate_counterclockwise{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}