div.hero-rotating{padding:300px 0 150px}div.hero-rotating img{max-width:100%}div.img-circles{position:relative;max-width:500px;margin:0 auto}img.circles{z-index:3;position:relative}.img-main img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:450px;height:auto;z-index:2}img.rotating{position:absolute;top:50%;width:500px;height:auto;-webkit-animation:spin 4s linear infinite;-moz-animation:spin 4s linear infinite;animation:spin 4s linear infinite;top:0;z-index:1}@-moz-keyframes spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media(max-width:1023px){div.hero-rotating{padding:250px 0 150px}}