/* Variables
--------------------------------------------- */
:root {
	--color-show-tint:			224, 6, 20;
}


/* Cards
--------------------------------------------- */
body:not(.pinned) #mast .show-card .branding-contents .show-branding {
	max-width: 340px;
}


/* Track List
--------------------------------------------- */
body:not(.desktop) .track-list .description .quote {
	display: none;
}


/* Videos
--------------------------------------------- */
#new-season video {
	background: transparent url(../_i/Video-Cover.S2E4.jpg) 0 0 no-repeat;
	background-size: cover;
}



/* Media Queries
--------------------------------------------- */

/* Desktop */
@media only screen and (min-width:1024px) {
	/* Track List
	--------------------------------------------- */
	.track-list .description {
	    -webkit-line-clamp: 4;
	}
	
	
	/* Videos
	--------------------------------------------- */
	#new-season video {
		background-image: url(../_i/Video-Cover-Desktop.S2E4.jpg);
	}
}