.security-hero img {
	max-width: 900px;
}

#main section.section.section-banner {
	margin: 0;
	padding: 1em 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	background-color: #0071e3;
}
#main section.section.section-banner p {
	margin: 0;
	padding: 0;
}
#main section.section.section-banner a {
	color: #fff;
}
#main section.section.section-banner .row > .column {
	padding: 0;
}

#overview #main h2 {
	font-size: 40px;
	line-height: 1.2;
}

#overview #main .hero {
	overflow: hidden;
}

#overview #main .hero .copy-wrapper {
	margin-top: 2.75em;
}

@media only screen and (max-width: 734px) {
	#overview #main .hero .copy-wrapper {
		margin-top: 0;
	}
}

#overview #main .hero-security {
	display: block;
	position: relative;
	margin-top: -175px;
	margin-bottom: 2em;
	width: 445px;
	height: 575px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/security/images/security-hero-large.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx),
	only screen and (min-resolution: 144dpi) {
	#overview #main .hero-security {
		background-image: url("/security/images/security-hero-large_2x.png");
	}
}

@media all and (max-width: 734px) {
	#overview #main .hero-security {
		width: 280px;
		height: 361px;
		background-image: url("/security/images/security-hero-small.png");
		margin: 0 auto;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx),
		only screen and (min-resolution: 144dpi) {
		#overview #main .hero-security {
			background-image: url("/security/images/security-hero-small_2x.png");
		}
	}
}
