/*Local fixes*/

/* Wireless */

@media only screen and (min-width: 1069px) {
	.section-wireless .typography-section-headline {
		font-size: 68px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-wireless .typography-section-headline {
		font-size: 44px;
	}
}
/* AR extra-copy */
@media only screen and (min-width: 1060px) {
	.section-augmented-reality .quicklook-headline {
		padding-right: 10px;
	}
}
