.center-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 402px;
}

.section-hero {
	overflow: hidden;
}

@media only screen and (min-width: 1068px) {
	.section-hero .device-iphone-14-pro-black-container {
		position: absolute;
		top: 15%;
		left: -3px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .device-iphone-14-pro-black-container {
		margin-top: 3em;
		margin-bottom: 3em;
	}
}

@media only screen and (max-width: 734px) {
	.section-hero .device-iphone-14-pro-black-container {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
}

.icon-app-store-connect {
	margin-bottom: 0.75em;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/asc-outline/asc-outline-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-app-store-connect {
		background-image: url("/assets/elements/icons/asc-outline/asc-outline-64x64_2x.png");
	}
}

.bundle-icon {
	display: inline-block;
	margin-bottom: 3em;
	width: 74px;
	height: 64px;
	background-size: 64px 64px;
	background-position: center;
	background-repeat: no-repeat;
}
.bundle-icon figcaption {
	margin-top: 84px;
}

.default-icon {
	margin-right: 1em;
	background-image: url("/app-store/app-bundles/images/icon-bundle-standard-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) {
	.default-icon {
		background-image: url("/app-store/app-bundles/images/icon-bundle-standard-64x64_2x.png");
	}
}

.custom-icon {
	background-image: url("/app-store/app-bundles/images/icon-bundle-custom-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) {
	.custom-icon {
		background-image: url("/app-store/app-bundles/images/icon-bundle-custom-64x64_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.center-wrap {
		height: 493px;
	}
}

@media only screen and (max-width: 734px) {
	.center-wrap {
		display: block;
		height: auto;
		text-align: center;
	}
}

/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero {
	padding-top: 0;
	padding-bottom: 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.section-hero {
		padding-top: 2em;
		padding-bottom: 0;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 1em 0;
	}
	#main section.section.section-hero .section-content .row > .column {
		padding-bottom: 0;
	}
}

/* == localized images == */
:lang(ko-KR) .app-bundles {
	background-image: url("/kr/app-store/app-bundles/images/kr-app-bundles.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) {
	:lang(ko-KR) .app-bundles {
		background-image: url("/kr/app-store/app-bundles/images/kr-app-bundles_2x.png");
	}
}

:lang(ja-JP) .app-bundles {
	width: 307px;
	height: 615px;
	background-size: 307px 615px;
	background-image: url("/jp/app-store/app-bundles/images/jp-app-bundles.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) {
	:lang(ja-JP) .app-bundles {
		background-image: url("/jp/app-store/app-bundles/images/jp-app-bundles_2x.png");
	}
}
