/* Standalone Headlines */
@media only screen and (max-width: 320px) {
	.typography-headline-standalone {
		font-size: 34px;
	}
}
@media only screen and (max-width: 734px) {
	.typography-headline-standalone {
		font-size: 36px;
	}
}

/* Augemneted Reality Section */
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.router-item-augmented-reality .grid-item-headline {
		font-size: 36px;
	}
}
@media only screen and (min-width: 1069px) {
	.router-item-augmented-reality .grid-item-headline {
		font-size: 40px;
	}
}

/* Spatial Audio */
@media only screen and (max-width: 734px) {
	.section-speakers .spatial-audio-headline-container {
		top: 145px;
	}
}

/* Localised Screens */

/* Hero */

html.enhance-xp
	.section-hero
	.hero-sticky-wrapper
	.hero-sticky-container
	.overlay-container
	.hero-logo-foundation {
	width: 117px;
	height: 18px;
	background-size: 117px 18px;
	background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_large.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	html.enhance-xp
		.section-hero
		.hero-sticky-wrapper
		.hero-sticky-container
		.overlay-container
		.hero-logo-foundation {
		background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_large_2x.png);
	}
}

@media only screen and (max-width: 1068px) {
	html.enhance-xp
		.section-hero
		.hero-sticky-wrapper
		.hero-sticky-container
		.overlay-container
		.hero-logo-foundation {
		width: 115px;
		height: 18px;
		background-size: 115px 18px;
		background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	html.enhance-xp
		.section-hero
		.hero-sticky-wrapper
		.hero-sticky-container
		.overlay-container
		.hero-logo-foundation {
		background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_medium_2x.png);
	}
}

@media only screen and (max-width: 734px) {
	html.enhance-xp
		.section-hero
		.hero-sticky-wrapper
		.hero-sticky-container
		.overlay-container
		.hero-logo-foundation {
		width: 79px;
		height: 12px;
		background-size: 79px 12px;
		background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_small.png);
	}
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	html.enhance-xp
		.section-hero
		.hero-sticky-wrapper
		.hero-sticky-container
		.overlay-container
		.hero-logo-foundation {
		background-image: url(/br/studio-display/images/overview/hero/logo_foundation__ge7v2ckcl066_small_2x.png);
	}
}

/* watch the event CTA */
@media only screen and (min-width: 735px) {
	.links-inline li:first-child {
		margin-right: 0;
	}
	.ar-quicklook .links-inline li:first-child {
		margin-right: 0.8em;
	}
}

#ac-globalfooter .ac-gf-sosumi a {
	text-decoration: none;
}

/* pricing media queries */

@media only screen and (max-width: 734px) {
	.anim-links.links-wrapper {
		width: 250px;
		text-align: center;
		margin: auto;
		margin-top: 30px;
	}
}
