background: rgb(26,26,26);
top:0; left:0; right:20%; bottom:0;
-webkit-transition: all 2s ease;
-moz-transition: all 2s ease;
-o-transition: all 2s ease;
-webkit-animation: spin 3s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
-moz-animation-direction: alternate;
-o-animation-direction: alternate;
animation-direction: alternate;
top:0; left:0; right:0; bottom:0;
top:0; left:0; right:-20%; bottom:0;
transform: rotateZ(540deg);
@-webkit-keyframes spin {
transform: rotateZ(540deg);
transform: rotateZ(540deg);