.widget_unico_post {
	position: relative;
	overflow: hidden;
	width:360px;
	height:345px;
	border-radius: 3px;
}

.widget_unico_post img {
    height: 345px; 
    display: block;
    position: relative;
    max-width: none;
    width: auto;
    max-width: inherit !important;

}

.widget_unico_post .post-caption {
	position: absolute;
	bottom: 0px;
	width: 360px;
	padding: 10px 25px;
	padding-top: 40px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.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: 170px;
	margin-bottom: 0px;
	border-radius: 3px;
}

.widget_unico_post .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;   
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;

}

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

.widget_unico_post .post-caption legend {
	color:#fff;
	font-size:26px;
	border:0 none;
	padding:0;
	margin:0;
}