.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;
	}
}

/* apple one tile - full width fix */
.section-offers .card-apple-one-offer {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.section-offers .card-logo {
	margin-left: auto;
	margin-right: auto;
}

.card-apple-one-offer .overview-apple-one {
	margin-right: 0px;
	margin-left: 50px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 1068px) {
	.card-apple-one-offer .overview-apple-one {
		margin-right: 0px;
		margin-left: 20px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 734px) {
	.card-apple-one-offer .overview-apple-one {
		display: flex;
		margin-right: 0px;
		margin-left: 10%;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 1068px) {
	.section-hero .section-content-responsive.offers-container {
		padding-bottom: 60px;
	}
	.section-hero .hero-sticky-button {
		padding-block: calc(100svh - 55px)
			calc(var(--banner-height) + 18px - 93px);
	}
}
