.violator {
	margin-bottom: 1.5em;
}

.section-overview .row:nth-of-type(2) {
	margin-top: 2em;
}
.section-overview p {
	margin-bottom: 1em;
}

.hero-lockup {
	margin: 4em auto;
	width: 100%;
	height: 527px;
	background-size: 1239px 527px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("/sign-in-with-apple/images/hero-lockup-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) {
	.hero-lockup {
		background-image: url("/sign-in-with-apple/images/hero-lockup-large_2x.png");
	}
}

.icon-security {
	margin-bottom: 18px;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/security/security-64x64.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) {
	.icon-security {
		background-image: url("/assets/elements/icons/security/security-64x64_2x.png");
	}
}
.icon-privacy {
	margin-bottom: 18px;
	width: 83px;
	height: 64px;
	background-size: 83px 83px;
	background-repeat: no-repeat;
	background-position: 0 -9px;
	background-image: url("/assets/elements/icons/privacy/privacy.svg");
}

.icon-device {
	display: inline-block;
	margin-top: 1em;
	margin-right: 18px;
	height: 87px;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-device:last-of-type {
	margin-right: 0;
}

.icon-iphone {
	width: 38px;
	background-size: 38px 74px;
	background-image: url("/sign-in-with-apple/images/icon-iphone-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) {
	.icon-iphone {
		background-image: url("/sign-in-with-apple/images/icon-iphone-large_2x.png");
	}
}
.icon-mac {
	width: 139px;
	background-size: 139px 72px;
	background-image: url("/sign-in-with-apple/images/icon-mac-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) {
	.icon-mac {
		background-image: url("/sign-in-with-apple/images/icon-mac-large_2x.png");
	}
}
.icon-ipad {
	width: 54px;
	background-size: 54px 76px;
	background-image: url("/sign-in-with-apple/images/icon-ipad-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) {
	.icon-ipad {
		background-image: url("/sign-in-with-apple/images/icon-ipad-large_2x.png");
	}
}
.icon-apple-watch {
	width: 66px;
	background-size: 66px 73px;
	background-image: url("/sign-in-with-apple/images/icon-watch-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) {
	.icon-apple-watch {
		background-image: url("/sign-in-with-apple/images/icon-watch-large_2x.png");
	}
}
.icon-apple-tv {
	width: 91px;
	background-size: 91px 66px;
	background-image: url("/sign-in-with-apple/images/icon-appletv-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) {
	.icon-apple-tv {
		background-image: url("/sign-in-with-apple/images/icon-appletv-large_2x.png");
	}
}
.icon-android {
	width: 39px;
	background-size: 39px 72px;
	background-image: url("/sign-in-with-apple/images/icon-android-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) {
	.icon-android {
		background-image: url("/sign-in-with-apple/images/icon-android-large_2x.png");
	}
}
.icon-pc {
	width: 126px;
	background-size: 126px 72px;
	background-image: url("/sign-in-with-apple/images/icon-pc-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) {
	.icon-pc {
		background-image: url("/sign-in-with-apple/images/icon-pc-large_2x.png");
	}
}


/* ----- medium viewport -----*/
@media only screen and (max-width: 1068px) {
	.section-overview .medium-6:nth-of-type(odd) > *,
	.section-overview .medium-6:nth-of-type(even).medium-pull-6 > * {
		margin-right: 28px;
		margin-left: 0;
	}
	.section-overview .medium-6:nth-of-type(even) > *,
	.section-overview .medium-6:nth-of-type(odd).medium-push-6 > * {
		margin-left: 28px;
		margin-right: 0;
	}
	.hero-lockup {
		width: 100%;
		height: 373px;
		background-image: url("/sign-in-with-apple/images/hero-lockup-medium.png");
		background-size: 877px 373px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.hero-lockup {
			background-image: url("/sign-in-with-apple/images/hero-lockup-medium_2x.png");
		}
	}
}


/* ----- small viewport -----*/
@media only screen and (max-width: 735px) {
	.section-overview .medium-6:nth-of-type(odd) > *,
	.section-overview .medium-6:nth-of-type(even).medium-pull-6 > * {
		margin-right: 0;
	}
	.section-overview .medium-6:nth-of-type(even) > *,
	.section-overview .medium-6:nth-of-type(odd).medium-push-6 > * {
		margin-left: 0;
	}
	.section-overview .row:nth-of-type(2) {
		margin-top: 0;
	}
	.hero-lockup {
		margin: 2em auto;
		width: 100%;
		height: 170px;
		background-image: url("/sign-in-with-apple/images/hero-lockup-small.png");
		background-size: 400px 170px;
		background-position: center center;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.hero-lockup {
			background-image: url("/sign-in-with-apple/images/hero-lockup-small_2x.png");
		}
	}
}