/* Local Overrides */
/* Music Banner */
.page-overview .router-tile.music-tile {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
@media only screen and (min-width: 735px) {
	.page-overview .router-tile.music-tile .typography-router-headline {
		max-width: 705px;
	}
}

/* Audio Section */
.page-overview .section-audio .section-copy {
	width: 590px;
}
@media only screen and (max-width: 735px) {
	.page-overview .section-audio .section-copy {
		width: 100%;
	}
}

/* Music tile */
@media only screen and (max-width: 390px) {
	.links-inline li:last-child {
		margin-left: 0;
	}
}

/* Localized Screens */
/*Hero*/
.page-overview .section-hero.hero-2024 {
	background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_large.jpg);
}
@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) {
	.page-overview .section-hero.hero-2024 {
		background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.page-overview .section-hero.hero-2024 {
		background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_medium.jpg);
	}
}
@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) {
	.page-overview .section-hero.hero-2024 {
		background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.page-overview .section-hero.hero-2024 {
		background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_small.jpg);
	}
}
@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) {
	.page-overview .section-hero.hero-2024 {
		background-image: url(/la/airplay/images/overview/hero_2024__bvmajug6if9e_small_2x.jpg);
	}
}

.page-overview .music-tile .music-gallery-info {
	max-width: calc(100% - 95px);
	position: relative;
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.page-overview .music-tile .music-gallery-info {
		max-width: calc(100% - 75px);
	}
}
@media only screen and (max-width: 420px) {
	.page-overview .music-tile .music-gallery-info {
		max-width: calc(100% - 95px);
		position: relative;
	}
}

/* Tiles padding */

@media only screen and (max-width: 1068px) {
	.grid-item .grid-content {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 1068px) {
	.typography-manifesto {
		width: 105%;
	}
}

/* Grid texts */
@media only screen and (max-width: 734px) {
	.typography-manifesto {
		font-size: 24px;
		line-height: 1.3334133333;
		font-weight: 600;
		letter-spacing: 0.009em;
	}
}
