
#pvg_videos:after {
	content: ".";
	display: block;
	overflow: auto;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#pvg_videos {
	zoom: 1;
}

#pvg_videos * {
	transition-duration: 0.25s;
}

#pvg_videos .pvg_container {
	min-width: 120px;
	width: 23%;
	display: inline-block;
	vertical-align: top;
	margin: 10px 1% 0;
}

#pvg_videos .pvg_thumbnails {
	margin: 10px 0 0;
	width: 100%;
	text-align: center;
	display: table;
}

#pvg_videos .pvg_thumb {
	width: 120px;
	position: relative;
	display: table;
	margin: 0 auto;
}

#pvg_videos .pvg_thumb a {
	width: 120px;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
	display: table;
}

#pvg_videos .pvg_thumb img {
	height: 80px;
	width: 120px;
							float: none !important;
	margin: 0 !important;
	vertical-align: top;
	overflow: hidden;
}

#pvg_videos .pvg_thumb .pvg_to {
	line-height: 15px;			font-size: 12px;	color: #000000;	word-break: break-all;	text-transform: capitalize;
	text-align: left;
	margin-top: 5px;
	overflow: hidden;
	display: block;
}

#pvg_videos .pvg_thumb:hover .pvg_to {
    }

#pvg_videos .pvg_thumb .pvg_ti {
	color: #000000;		top: 54px;
    margin: 0px;
	text-transform: capitalize;
	background-color: #000;
	padding: 5px 10px;
	overflow: hidden;
	display: block;
	height: 16px;
    opacity: 0.8;
    text-align: left;
    position: absolute;
}

#pvg_videos .pvg_thumb:hover .pvg_ti {
    height: 70px;
    margin: 0px;
        top: 0;
}

#pvg_videos .pvg_thumb_hq {
	max-height: 331px;
	max-width: 550px;
	padding-bottom: 56.25%;
	position: relative;
	margin: 0 auto;
	height: 0;
	width: 100%;
}

#pvg_videos .pvg_thumb_hq iframe {
	min-height: 80px;
	min-width: 120px;
	background-color: #000;
	position: absolute;
	margin: 0 auto;
    height: 100%;
    width: 100%;
    padding: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

#pvg_videos #pvg_tbox {
	height: 331px;
	width: 550px;
}

#pvg_videos .pagination {
	margin: 20px 0 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	float:none;
}

#pvg_videos .pagination input[type="button"] {
	margin: 0 2px;
}

#pvg_videos .pagination input[type="button"].current_page {
	text-decoration: underline;
	font-weight: bold;
}

.fluid-width-video-wrapper{
	padding: 0 0 56.25% !important;
}