/*Local fixes*/
.more-magic {
	display: none;
}

@media only screen and (max-width: 1068px) {
	.section-router .augmented-reality-router .copy-wrapper {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 350px) {
	.section-audio .xray-copy-container .row:first-child .xray-copy {
		top: -10px;
	}
}

.section-design .intro .typography-section-headline {
	font-size: 126px;
}

@media only screen and (max-width: 1068px) {
	.section-design .intro .typography-section-headline {
		font-size: 86px;
	}
}

@media only screen and (max-width: 734px) {
	.section-design .intro .typography-section-headline {
		font-size: 36px;
	}
}

.augmented-reality-router .ar-links {
	margin-top: 7px;
}
