#scrollUp {
	background-image: url("icon.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	height: 38px;
}

@media(max-width: 600px){
	#scrollUp {
		bottom: 80px;
	}
}