.editoral_top_news_wrap {
	display: none;
	}
@media only screen and (min-width: 720px) {
.editoral_top_news_wrap {
	margin-bottom: 30px;
	margin-left: -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1295px;
	}
}
.editoral_top_news_name {
	font-size: .9rem;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 15px;
}
.editoral_top_news_link {
    font-size: .9rem;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.editoral_top_news_link > a {
		    color: rgb(74, 74, 74);
	}
p.editoral_top_news_txt {
    font-size: 0.7rem;
    margin-bottom: 10px;
    line-height: 1.25;
}
.ui3-height-small {
  height: 100px !important;
}
