#event_card_container #event_card_station_branding {
	margin: 0 0 0 24px;
}


.coprod {
	float: right;
	font-size: 10px;
	color: #626973;
	width: 104px;
	margin-top: -20px;
	text-align: center;
	margin-bottom: 20px;
}

.coprod a {
	display: block;
	text-indent: -5000px;
	height: 33px;
	background: url(https://media.npr.org/chrome/music/liveevents/logo-APM-small.png) top left no-repeat;
}


/* when greater screen is greater than 1280px */

@media only screen and (min-width: 1230px){

	.eventMusicLive.noVideo .coprod {
			margin-right: -162px;
	}

} /* end @media */


/* hide from phone */

@media only screen and (max-device-width: 480px){ 

.coprod {
	display: none;
}

} /* end @media */