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

/* 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;
	}
}

/* ribbon fix */
@media only screen and (max-width: 734px) {
	.ribbon {
		--ribbon-content-width: 90%;
	}
}

@media only screen and (min-width: 1068px) {
	.section-cards .cards-container .tile-music-discovery .tile-copy {
		max-width: 70ch;
	}
}

.xsmall {
	display: none;
}

@media only screen and (max-width: 420px) {
	.xsmall {
		display: block;
	}
}

.section-get-started .gallery .gallery-item .appleos, .section-get-started .gallery .gallery-item .otheros {
	margin-top: auto;
}

.section-get-started .gallery .gallery-item .tile-headline::first-letter, ul li .flex-offer::first-letter {
	text-transform: uppercase;
}
