.video_button{
	position:absolute;
	top: 30px;
	left: 40px;
	opacity: 0.8;	
}
.video_button_bottom{
	position:absolute;
	top: 50px;
	left: 70px;
	opacity: 0.8;
}
.product_video{
	max-width: 220px;
	position: relative;
	display: inline-block;
	margin-bottom:10px;
	margin-right:2px;
	float:left;
	text-decoration:none!important;
	color:#777777;
	text-align:center;
}
.product_video p{
	color:#777777;
}
.product_video:last-child{
	margin-right:0px ;
}
.product_video:hover .video_button{
	opacity: 1;	
}
.product_video:hover .video_button_bottom{
	opacity: 1;	
}
.product_video:hover p{
	color: #333333;
}
.video_bottom_title{
	font-weight: 700;
	margin-top:5px;
}
.video_top_title{
	margin-top:5px;
	font-weight: 700;
}