#overview .theme-dark {
	background-color: #222;
}

#overview .section-header {
	width: auto;
	height: auto;
	background-image: url("/tvos/images/hero-bg-glow-large_2x.png");
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	background-repeat: no-repeat;
}

.bg-grad-down {
	background: linear-gradient(360deg, #f2f2f2 0%, #ffffff 100%);
}
.bg-grad-alt {
	background: linear-gradient(360deg, #f2f2f2 0%, #f7f7f7 100%);
}

.image-hero {
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	height: 464px;
	background-image: url("/tvos/images/lockup-hero-large_2x.png");
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1068px) {
	.image-hero {
		width: 400px;
		height: 371px;
		background-image: url("/tvos/images/lockup-hero-medium_2x.png");
	}
}
@media only screen and (max-width: 735px) {
	.image-hero {
		width: 300px;
		height: 279px;
		background-image: url("/tvos/images/lockup-hero-small_2x.png");
	}
}
@media only screen and (max-width: 320px) {
	.image-hero {
		width: 280px;
		height: 260px;
	}
}

.apple-arcade {
	background-image: url("/tvos/images/screen-arcade-large_2x.jpg");
}
@media only screen and (max-width: 1068px) {
	.apple-arcade {
		background-image: url("/tvos/images/screen-arcade-medium_2x.jpg");
	}
}
@media only screen and (max-width: 735px) {
	.apple-arcade {
		background-image: url("/tvos/images/screen-arcade-small_2x.jpg");
	}
}

.split-view {
	background-image: url("/tvos/images/screen-split-view-large_2x.png");
}
@media only screen and (max-width: 1068px) {
	.split-view {
		background-image: url("/tvos/images/screen-split-view-medium_2x.png");
	}
}
@media only screen and (max-width: 735px) {
	.split-view {
		background-image: url("/tvos/images/screen-split-view-small_2x.png");
	}
}
.tvos-hero {
	background-image: url("/tvos/images/screen-tvos-hero-large_2x.jpg");
}
@media only screen and (max-width: 1068px) {
	.split-view {
		background-image: url("/tvos/images/screen-tvos-hero-medium_2x.jpg");
	}
}
@media only screen and (max-width: 735px) {
	.split-view {
		background-image: url("/tvos/images/screen-tvos-hero-small_2x.jpg");
	}
}

.tvos-app-1 {
	background-image: url("/tvos/images/tv-screen-1-large_2x.png");
}
@media only screen and (max-width: 1068px) {
	.tvos-app-1 {
		background-image: url("/tvos/images/tv-screen-1-medium_2x.png");
	}
}
@media only screen and (max-width: 735px) {
	.tvos-app-1 {
		background-image: url("/tvos/images/tv-screen-1-small_2x.png");
	}
}

.tvos-app-2 {
	background-image: url("/tvos/images/tv-screen-2-large_2x.png");
}
@media only screen and (max-width: 1068px) {
	.tvos-app-2 {
		background-image: url("/tvos/images/tv-screen-2-medium_2x.png");
	}
}
@media only screen and (max-width: 735px) {
	.tvos-app-2 {
		background-image: url("/tvos/images/tv-screen-2-small_2x.png");
	}
}

.icon-sdk {
	margin: 0 auto 1.5em auto;
	width: 64px;
	height: 64px;
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	background-repeat: no-repeat;
	background-image: url("/assets/elements/icons/sdk-15/sdk-15-64x64_2x.png");
}

.icon-large {
	border-radius: 1em;
	margin: 0 auto 1.5em auto;
	width: 175px;
	height: 105px;
	background-size: 100% 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	position: relative;
}

.icon-testflight {
	background-image: url("/tvos/images/tvos-testflight.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-testflight {
		background-image: url("/tvos/images/tvos-testflight_2x.png");
	}
}

.icon-submit {
	background-image: url("/tvos/images/tvos-app-store.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-submit {
		background-image: url("/tvos/images/tvos-app-store_2x.png");
	}
}

.column-wrap-left {
	padding-right: 30px;
}
.column-wrap-right {
	padding-left: 30px;
}

@media only screen and (max-width: 735px) {
	.column-submit {
		margin-top: 3em;
	}
	.column-wrap-left,
	.column-wrap-right {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
	}
}

/* === DARK MODE === */
body[data-color-scheme="dark"].dmf .bg-grad-alt {background: linear-gradient(to bottom, var(--dark) 0%, var(--fill-gray-secondary-alt) 100%);}

