body {
 background-color: #ccc;
}
.earth {
  width: 200px;
  height: 200px;
  background: url(/images/18.23c1eff715c57d1ff411536/1497260792163/NIBE_k_20170612_webbglob.png);
  border-radius: 50%;
  background-size: 610px;
  box-shadow: inset 4px 14px 40px 14px rgb(41,41, 41), inset -12px 0 6px 2px rgba(255, 255, 255, 0.3);
  animation-name: rotate;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotate;
 -webkit-animation-duration: 15s;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 -moz-animation-name: rotate;
 -moz-animation-duration: 15s;
 -moz-animation-iteration-count: infinite;
 -moz-animation-timing-function: linear;
 -ms-animation-name: rotate;
 -ms-animation-duration: 15s;
 -ms-animation-iteration-count: infinite;
 -ms-animation-timing-function: linear;
}
@keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}
@-webkit-keyframes rotate {
  from {
    background-position: 0px 0px;
  }
  to {
    background-position: 610px 0px;
  }
}e(360deg); } }