@media (min-width: 1024px){.clock{display:block;position:relative;float:right;width:89px;height:89px;margin:10px 0;background:url(../images/clock.svg) no-repeat center;background-size:100%}.clock .hours,.clock .minutes{position:absolute;-webkit-transform-origin:50% 80%;-moz-transform-origin:50% 80%;-ms-transform-origin:50% 80%;-o-transform-origin:50% 80%;transform-origin:50% 80%}.clock .hours-container{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-animation:rotate 43200s infinite linear;animation:rotate 43200s infinite linear}.clock .hours{top:18px;left:25px;width:40px;height:32px;background:url(../images/short_hand.svg) no-repeat center}.clock .minutes-container{position:absolute;top:0;bottom:0;left:0;right:0;-webkit-animation:rotate 3600s infinite steps(60);animation:rotate 3600s infinite steps(60)}.clock .minutes{top:8px;left:42px;width:6px;height:45px;background:url(../images/long_hand.svg) no-repeat center}}