.video-grid-em2, .video-grid-em2 *{
	font-family: "IRANSans","bYekan";
	color: inherit;
}
.video-grid-em2 .fa{
	font-family: "FontAwesome";
}
[dir=rtl] .video-grid-em2 .mod{
	float: right;
}
[dir=ltr] .video-grid-em2 .mod{
	float: left;
}
.video-grid-em2 .mod{
	padding: 0 15px 15px;
}
.video-grid-em2 a, .video-grid-em2 a:hover, .video-grid-em2 a:focus, .video-grid-em2 a:visited, .video-grid-em2 a:active{
	color: inherit;
	text-decoration: none;
}
.video-grid-em2 img{
	max-width: 100%;
	width: 100%;
}
.video-grid-em2 .vc-item>div{
	background-color: #e9ebf0;
}
.video-grid-em2 .item-title{
	text-align: center;
	padding: 15px 15px;
	margin: 0;
}
.video-grid-em2 .item-img{
	position: relative;
	text-align: center;
}
.video-grid-em2 .img-cover{
	background-image: url("images/wood-tpl-video.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	transition: 0.2s ease-in;
}
.video-grid-em2 .vc-item>div:hover .img-cover{
	display: block;
}
@media (min-width: 992px){
	.parent-col-9 .video-grid-em2 .vc-item{
		width: 33.33333333%; /* .col-*-4 */
	}
	.parent-col-6 .video-grid-em2 .vc-item{
		width: 50%; /* .col-*-6 */
	}
	[dir=rtl] .parent-col-12 .video-grid-em2 .vc-item:nth-child(4n+1),
	[dir=rtl] .parent-col-9 .video-grid-em2 .vc-item:nth-child(3n+1){
		clear: right;
	}
	[dir=ltr] .parent-col-12 .video-grid-em2 .vc-item:nth-child(4n+1),
	[dir=ltr] .parent-col-9 .video-grid-em2 .vc-item:nth-child(3n+1){
		clear: left;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	[dir=rtl] .video-grid-em2 .vc-item:nth-child(3n+1){
		clear: right;
	}
	[dir=ltr] .video-grid-em2 .vc-item:nth-child(3n+1){
		clear: left;
	}
}
@media (min-width: 460px) and (max-width: 768px){
	[dir=rtl] .video-grid-em2 .vc-item:nth-child(2n+1){
		clear: right;
	}
	[dir=ltr] .video-grid-em2 .vc-item:nth-child(2n+1){
		clear: left;
	}
}
@media (max-width: 460px){
	.video-grid-em2 img{
		width: auto;
	}
	.video-grid-em2 .vc-item{
		width: 100%;
	}
}