/* local override */

@media screen and (min-width: 1069px) {
	.section-offline .typography-section-intro {
		max-width: 816px;
	}

	.section-privacy .typography-section-headline {
		max-width: 630px;
	}

	.section-friends .typography-section-intro {
		max-width: 775px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-locate .typography-section-intro {
		max-width: 648px;
	}
}

@media only screen and (min-width: 1069px) {
	.alt-height {
		height: 28px;
	}
}

/* product column alignment */

@media screen and (max-width: 734px) {
	.compatibility-wrapper ul li {
		width: 100%;
		display: inline-block;
	}
}
