.contentWrapper {
	width: 100%;
}

#hImg {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

#mobileCaption {
	display: none;
}

@media screen and (min-width:320px) and (max-width: 1025px) {
	#mobileCaption {
		display: inline;
	}
	
	#desktopCaption {
		display: none;
	}

	#hImg {
		content: url("/images/_index/kj_landing.jpg");
	}
}