.tile-cta {
	font-size: 17px;
	text-align: left;
	padding-top: 50px;
}

/* section Devices */

@media only screen and (min-width: 735px) {
	.section-devices .devices-other .devices-item {
		flex-basis: 18%;
		max-width: 18%;
	}
}

/* section-offers */

.overview-fall22-apple-music {
	left: -11%;
	margin: 0 auto;
	position: relative;
	max-height: 253px;
}

@media only screen and (max-width: 1068px) {
	.overview-fall22-apple-music {
		max-height: 183px;
	}
}

@media only screen and (max-width: 734px) {
	.overview-fall22-apple-music {
		max-height: 100%;
		left: -25%;
	}
}

@media only screen and (max-width: 552px) {
	.card-music-offer .overview-fall22-apple-music img {
		max-width: 100%;
		position: absolute;
		left: auto;
		right: auto;
	}
	.card-music-offer .overview-fall22-apple-music {
		left: auto;
		right: auto;
		max-height: 183px;
	}
}

/* CSS for ID wrapping */

.section-cards .cards-container .tile-music-discovery .tile-copy {
	max-width: 80ch;
}
.section-hero .hero-content-copy, .section-hero .hero-content-headline {
	max-width: 930px;
}
@media only screen and (min-width: 1920px) {
	.section-hero .hero-content-copy, .section-hero .hero-content-headline {
		max-width: 1080px;
	}
}

@media only screen and (max-width: 480px) {
	.section-cards .cards-container .tile-headline {
		font-size: 40px;
	}
}

.section-cards .cards-container .tile-music-sing .tile-content {
	width: 547px;
}
@media only screen and (max-width: 1068px) {
	.section-cards .cards-container .tile-music-sing .tile-content {
		width: 445px;
	}
}

/* LG logo ALT */
.section-devices .devices-other .device-lg-tv-alt {
	padding-top: 12px;
}

@media only screen and (max-width: 1068px) {
	.section-devices .devices-other .device-lg-tv-alt {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 734px) {
	.section-devices .devices-other .device-lg-tv-alt {
		padding-top: 1px;
	}
}
