@charset "utf-8";
/* CSS Document */

#child .mainimage {
	height:100vh !important;
	max-height: 600px !important;
	padding-top: 0 !important;
}
#child .mainimage figure {
	margin: 40vh auto 0 !important;
	transform: translateY(-60%) !important;
}

@media screen and (max-width: 414px) {
	#child .mainimage {
		max-height: 350px !important;
	}
}