#toTop {
	width:100px;
	height: 100px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	z-index: 1;
}

@media only screen and (max-device-width: 960px) {
	#toTop {
		width:60px;
		height: 60px;
		position:fixed;
		bottom:10px;
		right:10px;
		cursor:pointer;
		display:none;
		z-index: 1;
	}
}