.radio-player, .radio-object {
	display: flex;
}
.radio-player img {
	max-height: 90px;
}
.radio-object {
	align-self: stretch;
}
.radio-player {
	width: calc(100% - 90px);
}
.radio-player audio {
    width: 100%;
	height: 52px;
}
.radio-content {
	position: relative;
    padding: 2px 16px;
	width: 100%;
	height: 90px;
	background: rgba(222, 239, 255, 0.8);
}
.radio-content h6 {
	margin-bottom: 0;
	min-width: 155px;
	font-size: 14px;
	font-weight: 600;
}
.radio-content .live-red {
	color: #fc685f;
	font-size: 12px;
	font-weight: bold;
}
.radio-title {
    height: 32px;
	max-width: 100%;
	position: relative;
    align-items: center;
	overflow: hidden;
}
.radio-title .marquee {
	overflow: hidden;
	height: 24px;
	max-width: 100%;
	padding: 0 8px;
	background: rgba(255, 255, 255, 0.6);
}
.playing-now {
	height: 24px;
	min-width: 80px;
}
#radio_title {
	margin-left: 8px;
	height: 24px;
	width: 100%;
}
.exchenge-informer { /* For development only */
	text-align: center;
}
.live-red {
	display: inline-block;
	color: #fc685f;
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    -webkit-animation: pulsate 3s linear infinite;
    animation: pulsate 3s linear infinite;
}