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

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