/* Hero — full-width image, no cropping */
.section-hero {
	width: 100%;
}

.section-hero img {
	width: 100%;
	height: auto;
	display: block;
}
