.widget_unico_video {
	display: block;
	overflow: hidden;
	width:360px;
	height: 345px;
	border-radius: 3px;
	background:#000;
}

.widget_unico_video img {
	/*height:370px;*/
	display: block;
	position: relative;
	max-width:none;
	width:auto;
	margin-left:-20%;
	height: 495px;
	margin-top: -18%;
	transition:opacity 0.3s ease-in-out;

}

.widget_unico_video img.wp-post-image {
	max-width: none;
	width: auto;
    margin: 0px -44%;
    height: 365px;
}

.widget_unico_video .post-caption {
	position: absolute;
	bottom:13px;
	width: 360px;
	padding:10px 25px;
	padding-top:57px;
}

.widget_unico_video .post-caption::after {
	content: "";
	background: -webkit-gradient( linear, left bottom, left top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0)), color-stop(.5,#000));
	opacity: 0.7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;   
}
.widget_unico_video .post-caption{
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	height: 190px;
	margin-bottom: 0px;
	border-radius: 3px;
}

.widget_unico_video .post-caption h3 {
	color:#fff;
	font-size:13px;
	display: inline-block;
	padding:2px 10px;
	padding-top:6px;
}

.widget_unico_video .post-caption legend {
	color:#fff;
	font-size:26px;
	border:0 none;
	padding:0;
	margin:0;
}
.widget_unico_video .play_video {
	position: absolute;
	top:0;
	margin-top:30% !important;
	margin-left:37% !important;
	font-size:70px;
	color:#eee;
	opacity: 0.6;
	display: block;
	min-width:60px;
	z-index:9;

}

.widget_unico_video:hover .play_video {
	font-size:75px;
	margin-top:29.5% !important;
	margin-left:36.5% !important;
	opacity: 0.9;
}

.widget_unico_video:hover img {
	opacity:0.6;
	transition:opacity 0.3s ease-in-out;
}