.sceneheader {
	background: url(../images/scene700-60.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 700px;
	margin:0 auto;
	height: 163px;
}
.sceneheader > h1 {
	text-transform: uppercase;
	/* match .sceneheader height */
	line-height: 163px;
	/* more-or-less align characters with graphic */
	text-align: right;
	font-size: 133px;
	letter-spacing: 55px;
	/* and then hide the text */
	opacity: 0;
}
.sceneheader.scene-subpage {
	position: absolute;
	top: 10px;
	width: 262px;
	height: 61px; /* visually balance ._roomnav */
}
.sceneheader.scene-subpage > h1 {
	/* more-or-less align characters with reduced-size graphic */
	font-size: 47px;
	line-height: 61px;
	letter-spacing: 22px;
}
.annotator-wrapper .sceneheader.scene-subpage {
	/* pull up out of inner context */
	top: -80px; /* content top padding - readingrooms height */
} 

