.map1{z-index:2;animation:myfirst2 15s infinite linear}@keyframes myfirst2{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.map{z-index:2;animation:myfirst 15s infinite linear}@keyframes myfirst{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}