#ucbnews_video_posts.video-thumbnail-overlay{
  position:relative;
  width: 100%;
  z-index:998;
}


#ucbnews_video_posts.video-thumbnail-overlay .play-btn {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 45px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


 

#ucbnews_video_posts.video-thumbnail-overlay .play-btn:before {
	content: '\e87e';
}

#ucbnews_video_posts .play-btn:before {
	content: '';
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-family: 'fontello';
}


#ucbnews_podcast_posts.video-thumbnail-overlay{
  position:relative;
  width: 100%;
  z-index:998;
}


#ucbnews_podcast_posts.video-thumbnail-overlay .audio-btn {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0;
	vertical-align: middle;
	z-index: 10;
	display: table;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	left: 5px;
	bottom: 45px;
	-webkit-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}


 

#ucbnews_podcast_posts.video-thumbnail-overlay .audio-btn:before {
	content: '\e925';
}

#ucbnews_podcast_posts .audio-btn:before {
	content: '';
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	font-family: 'fontello';
}