.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 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-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 {
	margin-bottom: 20px;
}

.db-category {
	margin-right: 20px;
	color: #96bf48;
	cursor: pointer;
}
.db-category:hover {
	color: #b6df68;
}

.db-some-area {
	height: 25px;
	margin: 10px;
}

.db-fb-like {
	float: left;
}

.db-twitter-share {
	float: left;
}

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

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

.clear {
	clear: both;
}
