.db-video-wrapper {
/* This class is a responsive wrapper for 16:9 aspect ratio videos */	
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0;
}

.db-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#db-videolist {
	table-layout: fixed;
	border: none;
	width: 100%;
	border-collapse: collapse;
}

#db-videolist th {
	width: 100%;
}

#db-videolist td {
	display: none;
	padding: 5px;
	border: none;
}

.db-thumbnail {
	width: 100%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	background-size: 100% 100%;
}

.db-thumbnail-wrapper {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}

.db-play-icon {
	background: url('video-hover.png') center center no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
}

#db-title {
	margin-bottom: 0.5em;
}

#db-pub-date {
	color: #444;
	font-size: 12px;
	margin-bottom: 2px;
}

.db-title-overlay {
	position: relative;
	bottom: 40px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 4px;
}

.db-title-overlay p {
	margin-left: 3px;
	color: #fff;
	line-height: 1em;
}

.db-title-overlay .db-description {
	font-size: 13px;
}

#db-category-wrapper {
	height: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 0;
}

.db-category {
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}

.db-main-description {
	float: left;
	width: 460px;
}

.db-some-area {
	width: 120px;
	height: 85px;
	margin: 5px 0 10px 10px;
	float: right;
}

.db-fb-like {
	height: 20px;
}

.db-twitter-share {
	margin-top: 3px;
	height: 20px;
}

.db-link, .db-email {
	width: 100%;
	color: #333;
	height: 20px;
	cursor: pointer;
	margin-top: 3px;
	font-size: 11px;
	border: 1px solid #333;
	border-radius: 2px;
	text-align: center;
	padding: 0;
}

.db-email a {
	color: #333 !important;
}

.db-link:focus {
	border: 1px solid #333;
	border-radius: 2px;
}

.db-poster {
	cursor: pointer;
	position: relative;
}

.db-poster-play-wrapper {
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
	bottom: 268px;
	display: none;
	cursor: pointer;
}

.db-poster-play {
	width: 200px;
	height: 200px;
	position: absolute;
	background: url('play-btn.png') center center no-repeat;
}

.db-poster-play-bg {
	width: 50px;
	height: 50px;
	background-color: #444;
	top: 75px;
	left: 75px;
	position: absolute;
}

#more-videos {
	font-weight: bold;
	width: 200px;
	margin: 5px auto;
	cursor: pointer;
	border-radius: 2px;
	text-align: center;
	background-color: #fff;
}

#more-videos:hover {
	color: #fff;
	transition: all 0.2s ease-in;
}

.clear {
	clear: both;
}
