.ev-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.ev-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	background: #000 url(loading.gif) no-repeat center center;
}

#ev-video-title{
	margin-bottom: 5px;
	margin-top: 0;
	clear: none;
}

.ev-video-item{
	width: 100%;
	float: left;
	margin: 0 0 12px!important;
	box-sizing: border-box;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	overflow: hidden;
}
.ev-video-item a{
	background: #FF0;
	float: left;
	width: 100%;
}
.ev-video-item img{
	float: left;
	width: 100%;
}
.ev-video-item .ev-video-title{
	position: absolute;
	bottom: 0;
	left: 6px;
	right: 6px;
	background: rgba(0,0,0,0.7);
	padding: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 18px;
	color: #ccc;
}
.ev-video-item .current img{
	opacity: 0.7;
}
.ev-video-item .current .ev-video-title{
	bottom: 0!important;
}

.ev-video-row{
	list-style: none!important;
	margin-left: -6px!important;
	margin-right: -6px!important;
}
.ev-video-row:after {
content: "";
display: table;
clear: both;
}

.ev-video-row-2 .ev-video-item{
	width: 50%;
}
.ev-video-row-3 .ev-video-item{
	width: 33.3%;
}
.ev-video-row-4 .ev-video-item{
	width: 25%;
}
.ev-video-row-5 .ev-video-item{
	width: 20%;
}
.ev-video-row-6 .ev-video-item{
	width: 16.6%;
}

#ev-video-paging{
	text-align: center;
}
#ev-video-paging a{
	border: 1px solid #ddd;
	text-decoration: none;
	padding: 2px 6px;
	border-radius: 2px;
	margin: 0 1px;
}
#ev-video-paging a.current{
	background: #eee;
	cursor: default;
}


@media (max-width: 767px)
{
	.ev-video-row .ev-video-item{
		width: 50%!important;
	}
	.ev-video-row-3 .ev-video-item,.ev-video-row-6 .ev-video-item{
		width: 33.3%!important;
	}
}