@media only screen and (max-width: 767px) {
	main h3 {
		font-size: 26px;
	}
	main h3.catchCopy {
		text-align: center;
		font-size: 28px;
		margin-bottom: 20px;
	}
	.ngc.ngc-1-in-a-row .descriptions {
		margin-top: 15px;
	}
}


@media only screen and (max-width: 480px) {

		.heading-with-border-bottom-h2 {
			display: none;
		}
		h3 {
			font-size: 26px;
			text-align: center;
			margin: 10px 25px 25px 25px;
			border-bottom: solid 1px #aaaaaa;
		}
		.img-responsive {
			margin-bottom: 15px;
			margin-top: 20px;
		}
		.catchCopy {
			font-size: 2em!important;
			text-align: center;
			margin: 10px 10px 20px;
			border-bottom: none;
			color: rgba(0,0,0,0.7);
		}
		#product-information .page-header {
			border-bottom: none;
			display: none;
		}
		.product-lineup-full-width {
			margin-top: 0!important;
		}
		.page-header h2{
			border-bottom: none;
			display: none;
		}
		.sales-information h1 {
			display: none;
		}
		.sales-information h3 {
			font-size: 23px;
		}

	}
