/* Local Overrides */
@media only screen and (max-width: 365px) {
	.links-inline li.custom_link-xs {
		display: block;
		margin: 0;
	}
}
/* 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: 700px;
	}
}

@media only screen and (max-width: 330px) {
	.music-tile .router-tile-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* Localized Screens */
/*Hero*/
.page-overview .section-hero {
	background-image: url(/br/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 {
		background-image: url(/br/airplay/images/overview/hero_2024__bvmajug6if9e_large_2x.jpg);
	}
}
@media only screen and (max-width: 1068px) {
	.page-overview .section-hero {
		background-image: url(/br/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 {
		background-image: url(/br/airplay/images/overview/hero_2024__bvmajug6if9e_medium_2x.jpg);
	}
}
@media only screen and (max-width: 734px) {
	.page-overview .section-hero {
		background-image: url(/br/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 {
		background-image: url(/br/airplay/images/overview/hero_2024__bvmajug6if9e_small_2x.jpg);
	}
}

.page-overview .music-tile .music-gallery-info {
	max-width: calc(100% - 100px);
	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% - 100px);
		position: relative;
	}
}
