@media only screen and (max-height:720px){
	body {
		position: fixed;
		top: 0;
	}
	#canvas {
		margin-top: 0;
	}
}
