#sceneWrapper{
	overflow: hidden !important;
	margin: 20px auto;
	width: 900px;	
	height: 900px;
	box-shadow: 5px 5px 10px rgba(0,0,0, 0.75);
}
#scene{
	width: 900px;
	height: 1050px;
	margin: -150px auto;
	position: relative;
	overflow: hidden;
	vertical-align: bottom;
}

#scene .frame{
	position: absolute;
	top: 150px;
	left: 0px;
}
