/* Channel Tiles */

.knowitall .overlay {
	background-color: rgba(84, 74, 79, 0.8);
}

.louie_media .overlay {
	background-color: rgba(41, 5, 120, 0.8);
}

.audio_collective .overlay {
	background-color: rgba(217, 2, 39, 0.8);
}

.lemonada .overlay {
	background-color: rgba(255, 141, 135, 0.8);
}

.pantsuit_politics .overlay {
	background-color: rgba(34, 52, 64, 0.8);
}

/* Siri Tile */

.section-tiles .tile-content .tile-siri.twoline-small {
	min-height: auto;
}

/* fix api */
.section-catalog .channels .marquee-item .dup {
	margin-top: 0;
	height: 152px;
}

@media only screen and (max-width: 1068px) {
	.section-catalog .channels .marquee-item .dup {
		height: 116px;
	}
}

@media only screen and (max-width: 734px) {
	.section-catalog .channels .marquee-item .dup {
		height: 93px;
	}
}
