#animation_container {
	width:1280px;
	height:310px;
	position: relative;
	z-index:1;
}

#animation_container #canvas {
	position: absolute;
	display:block;
}

#dom_overlay_container {
	pointer-events:none;
	overflow:hidden;
	width:1280px;
	height:310px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
}

.pc #site-photo.with-homephoto {
	background-image:url(../images/background-mountain.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}
