#banner-wrapper {
	width: 100%;
	margin: auto;
	padding: 0;
}
#banner-pad {
	height: 0;
	padding-bottom: 36.421%; /* 950x346px */
}
#banner .item {
	width: 100%;
}


/* === Home intro text === */
#content > .box:first-of-type .box-content h1 {
	margin: 0 0 8px;
	font-size: 26px;
	line-height: 1.25;
}

#content > .box:first-of-type .box-content p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #4b5563;
}

@media (max-width: 767px) {
	#content > .box:first-of-type .box-content h1 {
		font-size: 20px;
		line-height: 1.25;
		margin-bottom: 6px;
	}

	#content > .box:first-of-type .box-content p {
		font-size: 13px;
		line-height: 1.45;
	}
}