.device-crop {
	position: absolute;
	right: 4.5em;
	bottom: 0;
	height: 268px;
	overflow: hidden;
}

.device-hero {
	margin: 2em auto 0;
}

.image-getting-started {
	margin: 0 auto;
}

@media only screen and (max-width: 1068px) {
	.device-crop {
		position: absolute;
		right: 2em;
	}
}

@media only screen and (max-width: 734px) {
	.tile-game-center,
	.tile-getting-started {
		text-align: center;
	}
	.image-getting-started {
		margin: 0 auto 1em;
	}
	.device-crop {
		position: relative;
		right: unset;
		margin: 0 auto 30px;
	}
	.device-crop .device-wrap {
		margin: 0 auto;
	}
	.section-topics .tile-game-center {
		margin-right: 0;
		margin-bottom: 0;
	}
	.section-topics a.tile-link.tile-game-center .tile-wrap {
		padding-bottom: 0;
	}
	.section-topics .tile-getting-started {
		margin-right: 0;
	}
}

/* Tiles */
.section-topics .tile-getting-started {
	margin: 2em 18px 2em 0;
}
.section-topics a.tile-link .tile-wrap {
	padding: 3em 2em;
}
.section-features a.tile-link .tile-wrap {
	padding: 2em;
}
.section-features .tile-wrap > img {
	margin: 0 0 8px 8px;
}
.section-features .row-header + .row > .column:nth-of-type(1) .tile-wrap,
.section-features .row-header + .row > .column:nth-of-type(2) .tile-wrap {
	height: 352px;
}

.section-features .row-header + .row > .column:nth-of-type(3) .tile-wrap,
.section-features .row-header + .row > .column:nth-of-type(4) .tile-wrap {
	height: 396px;
}

.section-features .row-header + .row > .column:nth-of-type(5) .tile-wrap,
.section-features .row-header + .row > .column:nth-of-type(6) .tile-wrap {
	height: 402px;
}

.section-features .row-header + .row > .column:nth-of-type(7) .tile-wrap,
.section-features .row-header + .row > .column:nth-of-type(8) .tile-wrap {
	height: 328px;
}

@media only screen and (max-width: 1068px) {
	.section-topics .tile-getting-started {
		margin: 2em 0 2em 0;
	}
	.section-topics .tile-game-center h2,
	.section-topics .tile-game-center p {
		padding-right: 18px;
	}
	.section-features .row-header + .row > .column:nth-of-type(1) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(2) .tile-wrap {
		height: 423px;
	}
	.section-features .row-header + .row > .column:nth-of-type(3) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(4) .tile-wrap {
		height: 492px;
	}
	.section-features .row-header + .row > .column:nth-of-type(5) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(6) .tile-wrap {
		height: 522px;
	}

	.section-features .row-header + .row > .column:nth-of-type(7) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(8) .tile-wrap {
		height: 347px;
	}
}
@media only screen and (max-width: 734px) {
	.section-features .row-header + .row > .column:nth-of-type(1) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(2) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(3) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(4) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(5) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(6) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(7) .tile-wrap,
	.section-features .row-header + .row > .column:nth-of-type(8) .tile-wrap {
		height: auto;
	}
}

/* ========== What's new ========== */

.callout-new {
	background-color: #f1f5fa;
	padding: 2em;
	margin: 0 18px 2em 0 !important;
}

@media only screen and (max-width: 734px) {
	.callout-new {
		padding: 2em;
	}
}

.callout-new .column {
	margin: 0;
}

body[data-color-scheme="dark"] .callout-new {
	background-color: var(--fill-tertiary) !important;
}

.callout-new h2 {
	display: flex;
	align-items: center;
}

body[data-color-scheme="dark"] .callout-title {
	color: #fff;
}

.whats-new-icon {
	width: 32px;
}

body[data-color-scheme="light"] .bg-alt-dark {
	background-color: var(--fill-tertiary);
}

#main section.section-whats-new .section-content .row > .column {
	margin: 0;
}

@media only screen and (max-width: 1068px) {
	.single-column-paragraph-margin {
		margin-top: 0.8em;
	}
}

/* ========== Grid  ========== */
#main section.section.section-topics {
	padding-bottom: 0;
}
#main section.section-resources {
	margin-bottom: 4em;
}
#main section.section-features .section-content .row > .column a.tile-link {
	width: 468px;
	margin: 0 18px 18px 0;
}

@media only screen and (max-width: 1068px) {
	#main section.section-features .section-content .row > .column a.tile-link {
		width: 328px;
	}
}

@media only screen and (max-width: 734px) {
	#main section.section.section-resources {
		margin-bottom: 3em;
	}
	#main section.section-features .section-content .row > .column a.tile-link {
		width: 100%;
		margin-right: 0;
	}
}

/* == DARK MODE == */
body[data-color-scheme="dark"] .bg-alt-dark {
	background-color: var(--fill-tertiary);
}
body[data-color-scheme="dark"] a.tile-link .tile-wrap {
	background-color: var(--fill-tertiary);
}
