#overview .link-overview,
#developer-id .link-developer-id,
#app-sandboxing .link-app-sandboxing {
	color: rgba(51, 51, 51, 0.6);
	pointer-events: none;
}

#overview #main .bg-light {
	background-color: #fafafa;
}

#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: 735px) {
	#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: 735px) {
	#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');
		}
	}
}
