/*h2.colunista_head {
	font-size: 11px;
	position: absolute;
	margin: 14px 0;
	padding: 1px 20px;
	padding-top: 3px;
	color: #fff;
	border-radius: 3px 3px 0px 0px;
}
.widget_colunistas_vertical hr{
	    background-color: #F1F1F1;
    border: 0;
    height: 1px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 97%;
}
.widget_colunistas_vertical {
    margin: 0px;
    padding: 0px;
    padding-bottom: 0px;

}

.widget_colunistas_vertical p {
	color: #a2a2a2;
	font-size: 12px;
	margin: 5px 0;
	float: right;
	text-align: right;
	font-family: Lato;
	line-height: 13px;
}

.widget_colunistas_vertical span {
	font-size: 40px;
	color: #f00;
	float: right;
	margin-top: -9px;
}

.widget_colunistas_vertical h3 {
	padding: 1px 0;
	background: #f00;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	width: auto;
	text-align: center;
	padding-top: 3px;
	display: inline-block;
}

.widget_colunistas_vertical legend {
	font-size: 16px;
	color: #333;
	font-weight: 900;
	font-style: italic;
	line-height: 18px;
	font-family: Lato;
}

.widget_colunistas_vertical .no_margin_c {
	padding:0px;
}
*/
.widget_custom {
	display: relative;
	overflow: hidden;
	width:360px;
	border-radius: 3px;
	height: 346px;
}
.widget_custom img {
    width: 360px;
    height: 346px;
    position: absolute;
    border-radius: 1%;
}
.widget_custom .post-caption {
	position: absolute;
	bottom: 15px;
    width: 93%;
}
.widget_custom .post-caption legend {
	    padding: 9%;
        margin-top: 48px;
}

@media screen and (max-device-width: 480px) {
	.widget_custom img {
		width: 93%;
	}
	.widget_custom .post-caption legend {
    	margin-top: 65px;
	}
}
@media screen and (max-device-width: 375px) {
	.widget_custom img {
		width: 92%;
	}
	.widget_custom .post-caption {
		width: 92%;
	}
	
}
@media screen and (max-device-width: 360px) {
	.widget_custom .post-caption legend {
    	padding: 5%;
	}
}
@media screen and (max-device-width: 320px) {
	.widget_custom img {
	    width: 90%;
    	height: 320px;
	}
	.widget_custom .post-caption {
	    width: 90%;
	    bottom: 39px;
	}
	.widget_custom .post-caption legend {
	    padding: 4%;
        font-size: 22px;
	}
}