.jcn-category-destaque img{
	object-fit: cover;
	width:100%;
	height:100%;
}

.jcn-category-destaque figure{
	width:100%;
	height:240px;
	overflow:hidden;
	border-radius: 7px;
	border-top-style: solid;
	border-top-width: 4px;
}

.jcn-category-destaque div span{
    font-size: 18px;
    text-transform: uppercase;
    padding: 1px 25px 8px 22px;
    border-radius: 7px 0 0 0;
}

.jcn-category-destaque .jcn-home-hat{
    padding-top: 2px;
	position:absolute;
	top:0;
}
.jcn-category-destaque time{
	padding-left:10px;
}

.jcn-category-destaque h2{
	font-weight:bold;
	font-size:21px;
	line-height:28px;
	/*position:absolute;
	bottom:7px;*/
	margin-left:10px; 
	margin-right:10px;
	margin-bottom:5px;
}

.jcn-category-destaque .mw-bg-sw{
	position:absolute;
	bottom:0px;
	height:100%;
}
.jcn-category-destaque .mw-bg-sw div{
	position:absolute;
	bottom:0px;
}

@media screen and (min-width:768px){
    .jcn-category-destaque figure{
        height:300px;
    }
}

.jcn-article-colunist {
	background-color: lightgray;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
    height: 122px;
    width: 40% !important;
    float: left;
}


