
.video-img-wrapper{
	margin: 0 !important;
	background: url(../file/images/video.png) no-repeat center center;
	-webkit-transition: opacity 1s;
	-webkit-transition-delay: 1s;
	-moz-transition: opacity 1s;
	opacity: 0;
	visibilty: hidden;
}
.video-img-wrapper:hover{
	-webkit-transition-delay: 0 !important;
	opacity: 1 !important;
}
.video-title{
	background: black;
	margin: 0 !important;
	text-align: center;
}
.video-title, .video-title *{
	color: white;
	font-size: 24px;
}

