#mySpriteSpin {
  /*top: -150px;*/
  /*left: 355px;*/
}

body{
	background-color: #CCCCCC;
}

@media only screen and (min-width: 993px) and (max-width: 2000px)  {
   #mySpriteSpin {
  top: -160px;
  left: 354px;
 }
}

@media only screen and (min-width: 992px) and (max-width: 1200px)  {
   #mySpriteSpin {
  top: -160px;
  left: 265px;
 }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
   #mySpriteSpin {
  top: -160px;
  left: 150px;
 }
}		
@media only screen and (min-width: 501px) and (max-width: 767px)  {
   #mySpriteSpin {
  top: -125px;
  left: 95px;
 }
 /*you could change the image size here*/
.spritespin, .spritespin-instance {
  width:160px !important;
  height:160px !important;
 }
}		    
@media only screen and (min-width: 100px) and (max-width: 500px)  {
   #mySpriteSpin {
  top: -120px;
  left: 85px;
 }
 /*you could change the image size here*/
.spritespin, .spritespin-instance {
  width:150px !important;
  height:150px !important;
 }
}		
