/* disable fixed positioning for smaller screens so that the menus scroll */

#controls {
	position: absolute;
	top: 0;
	left: 0;
	height: 600px;
}

#content {
	background-color: #fff;
}