.videos {
	font-family: Roboto, sans-serif;
	font-size: 14px;
}

.videos > div > div.row {
	margin-bottom: 10px;
}

.videos > div > div.row > .videos-picture > a > img {
	background: url(../../../../images/loader.gif) no-repeat center;
}
.videos > div > div.row > .videos-content > .videos-text {
	margin-bottom: 2px;
}
	
.videos .videos-content a { 
	display: block;
	display: -webkit-box;
	text-decoration: none;
	color: #333;
	font-weight: 600;
	margin-top: 8px;
}

.videos .videos-content a:hover {
	text-decoration: none;
}

.videos .videos-content .publishing-info {
	display: block;
	margin-bottom: 15px;
  padding-top: 4px;
  color: #999;
  font: .9em Roboto, Arial, serif;
  text-align: left;
  word-spacing: -4px;
}

.videos .videos-content .publishing-info > span {
  word-spacing: normal;
}

.videos .videos-content .publishing-info > span:not(:last-of-type)::after {
  content: "•";
  margin: 0 10px;
}

.videos .videos-picture .video-duration {
	position: absolute;
	bottom: 0;
	right: 15px;
	margin: 4px;
	padding: 2px 4px;
	opacity: .8;
	color: #ffffff;
	background-color: #111111;
	font-weight: 500;
	border-radius: 2px;
	font-size: .9em;
}