#kh-feature-rotator {
	background: #4376a4;
}

#kh-section-page-topleft-feature {
	background: url('/images/mothership/sectionpages/kids/kids-top-left.jpg') no-repeat;
}

#kh-section-page-topright-feature {
	background: url('/images/mothership/sectionpages/kids/kids-top-right.jpg') no-repeat;
}

#kh-section-page-bottomleft-feature {
	background: url('/images/mothership/sectionpages/kids/kids-bottom-left.jpg') no-repeat;
}

#kh-section-page-bottomleft-feature .kh-section-page-feature-title, p.kh-section-feature-title {
	position: absolute;
	top: 74px;
	color: #000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin: 20px;
	height: 80px;
	overflow: hidden;
}

#kh-section-page-bottomright-feature {
	background: url('/images/mothership/sectionpages/kids/kids-bottom-right.jpg') no-repeat;
	margin-left: 10px;
	margin-bottom: 20px;
}

/* Mobile Landscape */
@media only screen and (max-width: 767px) {
	#kh-section-page-bottomleft-feature .kh-section-page-feature-title {
		top: 50px;
		font-size: 14px;
		margin: 20px;
		line-height: 16px;
		height: 64px;
	}
}

/* Mobile Portrait */
@media only screen and (max-width: 568px) {
	#kh-section-page-bottomleft-feature .kh-section-page-feature-title {
		top: 60px;
		font-size: 16px;
		margin: 30px;
		line-height: initial;
	}
}