/* Local Overrides */
/* Music Banner */

/* .page-overview .router-tile.music-tile {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
} */

/* -- Intelligent-playback */
.page-overview .overview-intelligent-playback.with-homepod {
	margin-top: 68px;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .overview-intelligent-playback.with-homepod {
		margin-top: 37px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .overview-intelligent-playback.with-homepod {
		margin-top: 29px;
	}
}

/* -- S grid -- */
@media only screen and (max-width: 734px) {
	.grid-item {
		padding-bottom: 55px;
	}
}

@media only screen and (min-width: 735px) {
	.page-overview .router-tile.music-tile .typography-router-headline {
		max-width: 705px;
	}
}

@media only screen and (max-width: 360px) {
	#cta-music-try {
		padding-left: 7px;
	}
}

/* Grid texts */
.typography-manifesto {
	font-size: 28px;
}

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

/* 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(/cl/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(/cl/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(/cl/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(/cl/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(/cl/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(/cl/airplay/images/overview/hero_2024__bvmajug6if9e_small_2x.jpg);
	}
}

/* Tiles padding */

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