
#homapage_table_container .cat{
	margin-top: 15px;
	margin-bottom: 15px;
}

#homapage_table_container .cat .content{
	height: 300px;
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: auto;
}

#homapage_table_container .cat .video_content{
	height: 300px;
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 100% !important;
}



#homapage_table_container .cat .content .cat_head .icon{
	position: absolute;
	left: 15px;
}

#homapage_table_container .cat .content .cat_head .title{
	text-transform: uppercase;
	position: absolute;
	left: 65px;
	top: 0px;
	color:#fff;
	margin-top: 20px;
}

#homapage_table_container .cat .content .cat_head .accroche_one{
	font-size:13px;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 155px;
	color:#fff;
	text-align: justify;
	padding-right: 15px;
}

#homapage_table_container .cat .content .cat_head .accroche_two{
	font-size:11px;
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 155px;
	color:#fff;
	text-align: justify;
	padding-right: 15px;
	line-height: 14px;
}



@media (max-width : 794px){
	#homapage_table_container .cat .video_content{
		/*width: 300px !important;*/
	}
}




