/* Image style */
#scrollUp {
    background-image: url("../images/top.png");
    bottom: 30px;
    right: 40px;
    width: 50px;    /* Width of image */
    height: 50px;   /* Height of image */
	background-repeat:no-repeat;
}



@media screen and (max-width: 500px){
 
  #scrollUp {
    bottom: 30px;
    right: 10px;
    width: 50px;    /* Width of image */
    height: 50px;   /* Height of image */
	background-repeat:no-repeat;
} 
}