/* Payment Methods */
.section-plans .tile-cta {
	font-size: 17px;
	text-align: left;
	padding-top: 50px;
}
@media only screen and (min-width: 735px) {
	.section-devices .devices-other .devices-item {
		flex-basis: 18%;
		max-width: 18%;
	}
}

/* shared-listening */
@media only screen and (max-width: 480px) {
	.section-cards .cards-container .tile-shared-listening .tile-content .tile-copy .tile-headline {
		font-size: 39px;
	}
}

/* music discovery section */
.section-cards .cards-container .tile-music-discovery .tile-copy {
	max-width: 61ch;
}

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

/* CSS fix for ribbon */
.xsmall {
	display: none;
}

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

/* CSS fix */
@media (max-width: 480px) {
	.section-cards .tile-foc .tile-content {
		padding-right: 20px;
	}
}
