
#goTo {
	position: fixed;
	width: 17px;
	left: 13px;
	bottom: 21px;
	z-index: 1;
}

#goTo img {
	border: 0;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {

	#goTo {
		bottom: 55px;
		line-height: 3em;
	}
}
