.bg-gradient {
	background: linear-gradient(to bottom, #f2f1f0 0%, #ffffff 100%);
}

.button-pill {
	border-radius: 1em;
}

.icon-sdk {
	margin-bottom: 1.5em;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/sdk-15/sdk-15-96x96.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-sdk {
		background-image: url("/assets/elements/icons/sdk-15/sdk-15-96x96_2x.png");
	}
}

.tv-hardware {
	margin-top: 3em;
	margin-right: auto;
	margin-left: auto;
	width: 891px;
	height: 536px;
	background-image: url("/tvos/images/tv-large.png");
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-large_2x.png");
	}
}
@media only screen and (max-width: 1068px) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-medium.png");
		width: 633px;
		height: 381px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.tv-hardware {
			background-image: url("/tvos/images/tv-medium_2x.png");
		}
	}
}
@media only screen and (max-width: 735px) {
	.tv-hardware {
		background-image: url("/tvos/images/tv-small.png");
		width: 328px;
		height: 197px;
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.tv-hardware {
			background-image: url("/tvos/images/tv-small_2x.png");
		}
	}
}

.tv-screen {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center 0;
	position: relative;
	width: 865px;
	height: 486px;
	top: 14px;
}
@media only screen and (max-width: 1068px) {
	.tv-screen {
		width: 615px;
		height: 346px;
		top: 11px;
	}
}
@media only screen and (max-width: 735px) {
	.tv-screen {
		width: 318px;
		height: 179px;
		top: 5px;
	}
}   

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