/* Image style */
#scrollUp {
	bottom: 20px;
	right: 14px;
	height: 38px;  /* Height of image */
	width: 38px; /* Width of image */
	background: url(../img/top.png) no-repeat;
}

@media only screen and (min-width: 768px) {
	#scrollUp {
		right: 20px;
	}
}