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

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

h3 {
	font-size: 28px;
	line-height: 1.3;
	font-weight:300;
}


[class*="col-"] p {
	max-width: 90%;
}

.hero {
	overflow: hidden;
}


@media only screen and (min-width: 1023px) {
	.hero .copy-wrapper {
		-webkit-transform: translateY(150px);
		transform: translateY(150px);
	}
}

@media only screen and (min-width: 767px) {
	.hero .copy-wrapper {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
	}
}

.hero-security {
	display: block;
	position:relative;
	width:925px;
	height: 595px;
	background-size: 925px 595px;
	background-repeat: no-repeat;
	background-image: url('/security/images/ipad_iphone_security_lockup_large.png');
}

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

@media all and (max-width:1023px) {
	.hero-security {
		width: 715px;
		height: 460px;
		background-size: 715px 460px;
		background-image: url('/security/images/ipad_iphone_security_lockup_medium.png');
		margin: 0 auto;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
	.hero-security {
		background-image: url('/security/images/ipad_iphone_security_lockup_large_2x.png');
	}
}

@media all and (max-width:767px) {
	.hero-security {
		width: 283px;
		height: 181px;
		background-size: 283px 181px;
		background-image: url('/security/images/ipad_iphone_security_lockup_small.png');
		margin: 0 auto;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
	.hero-security {
		background-image: url('/security/images/ipad_iphone_security_lockup_small_2x.png');
	}
}
