#hint {
	position: fixed;
	left: 40%;
	margin-top: 40vh;
	z-index: 30;
	position: absolute;
	opacity: 0.95;
}

@media only screen and (max-width: 1800px) {
	#hint {
		position: fixed;
		left: 35%;
	}
	
} 

@media only screen and (max-width: 1100px) {
	#hint {
		position: fixed;
		left: 30%;
	}
	
}