
.image-spin {
  position: absolute;
  top: 15%;
  left: 15%;
    /*
    top: 50%;
    */
    width: 120px;
    height: 120px;
    margin:-60px 0 0 -60px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

.image-icon {
  height: 40px;
  width: 40px; /* possible 50% */
  /* background-color: powderblue; */
}
