.video{
	margin-bottom: 30px;
}
.video .img{
	padding-top: 66%;
	position: relative;
	overflow: hidden;
}
.video .img:before{
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	background-image: url(../images/per.png);
	background-size: cover;
	z-index: 2;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.video .img:hover:before{
	-webkit-transform: translate(-50%,-50%) scale(1.8);
	-ms-transform: translate(-50%,-50%) scale(1.8);
	-o-transform: translate(-50%,-50%) scale(1.8);
	transform: translate(-50%,-50%) scale(1.8);
	opacity: 0;
	visibility: hidden;
}
.video .img:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.video .img:hover:after{
	opacity: 0;
	visibility: hidden;
}
.video .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.video .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.video .caption{
	padding: 15px 20px;
	background: #f2f2f2;
}
.video .tend{
	margin-bottom: 10px;
}
.video .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	height:48px;
	overflow: hidden;
	text-transform: uppercase;
}
.video .des{
	font-size: 13px;
	line-height: 21px;
	color:#666666;
}
/*=============================================*/
.the-content{
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
/*=============================================*/
.videoOther .title{
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.itemO{
	padding: 15px 0;
	border-top: dotted 1px rgba(0,0,0,0.15)
}
.itemO:after{
	content: "";
	display: block;	
	clear: both;
}
.itemO .img{
	width: 90px;
	float: left;
	margin-right: 15px;
}
.itemO .tend{
	overflow: hidden;
}
.itemO .tend a{
	font-size: 16px;
	line-height: 24px;
	display: block;
	max-height: 48px;
	overflow: hidden;
	font-weight: normal;
}
.designHeight{
	max-height: 510px;
	overflow: auto;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.galleryOther .title h2{
	font-size: 20px;
	line-height: 30px;
}
.vnt-video .row{
	margin-left: -10px;
	margin-right: -10px;
}
.vnt-video .row *[class^="col-"]{
	padding-left: 10px;
	padding-right: 10px;
}
.designMy .fancybox-close{
	top:initial;
	bottom: 100%;
	left:initial;
	right:0;
}
}

@media all and (max-width: 480px){
.vnt-video .row .col-xs-6{
	width: 100%;
}
}

@media all and (max-width: 360px){
.galleryOther .title h2{
	font-size: 18px;
	line-height: 26px;
}
}