.video-wrapper {
	margin-top: 4em;
}

.typography-tout {
    font-size: 21px;
}

#main figure.router-icon {
	margin: 0 auto;
}
.sidebar-image {
	margin-top:  4em;
	width:  160px;
	height:  120px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color:  #ccc;
}
.sidebar-image:first-of-type {
	margin-top: 0.8em;
}

.typography-body-reduced p {
	margin-top:  0.6em;
}

figcaption {
	margin-top: 0.8em;
	font-weight: 600;
}

.nike-air-force {
	background-image: url("/augmented-reality/object-capture/images/nike-air-force.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.nike-air-force {
		background-image: url("/augmented-reality/object-capture/images/nike-air-force_2x.jpg");
	}
}
.nike-pegasus {
	background-image: url("/augmented-reality/object-capture/images/nike-pegasus.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.nike-pegasus {
		background-image: url("/augmented-reality/object-capture/images/nike-pegasus_2x.jpg");
	}
}

.fruit-cake {
	background-image: url("/augmented-reality/object-capture/images/fruit-cake.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.fruit-cake {
		background-image: url("/augmented-reality/object-capture/images/fruit-cake_2x.jpg");
	}
}
.meringue {
	background-image: url("/augmented-reality/object-capture/images/meringue.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.meringue {
		background-image: url("/augmented-reality/object-capture/images/meringue_2x.jpg");
	}
}
.rock {
	background-image: url("/augmented-reality/object-capture/images/rock.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.rock {
		background-image: url("/augmented-reality/object-capture/images/rock_2x.jpg");
	}
}


.router-icon { 
	margin: 4px auto 10px; 
	width: 50px; 
	height: 50px; 
	background-size: 100% 100%; 
	background-repeat: no-repeat; 
	background-position: center;
}
.router-icon-code {
	background-image: url("/assets/elements/icons/wwdr-unified/curly-brackets.svg");
}
.router-icon-download, .router-icon-downloads {
	background-image: url("/assets/elements/icons/wwdr-unified/download.svg");
}
.router-icon-document {
	background-image: url("/assets/elements/icons/wwdr-unified/document.svg");
}
.router-icon-forum, .router-icon-forums {
	background-image: url("/assets/elements/icons/wwdr-unified/forum.svg");
}
.router-icon-video, .router-icon-videos, .router-icon-play {
	background-image: url("/assets/elements/icons/wwdr-unified/play.svg");
}


@media only screen and (max-width: 1068px) {
	#main figure.router-icon {
		margin: 0;
	}
}
@media only screen and (max-width: 735px) {
	.typography-tout {
		font-size: 19px;
	}
	#main figure.router-icon {
		margin: 0 0 1em;
	}
	.column.typography-body-reduced {
		margin-top: 3em;
	}
}	


/* === Grid === */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-get-started {
	padding-top: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row.headline-row {
	margin-bottom: 4em;
}
#main section .section-content .row.topic-row:not(:first-of-type) {
	margin-top: 2em;
}
#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-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}