.featured-article .header-overlay {
	opacity: .6;
}

.article-details {
	margin: 2em 0;
	font-weight: 300;
}

.article-details span {
	padding-right: 2em;
}

.article-details > *,
.article-details > * > * {
	display: inline-block;
}

.article-details .author .author-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 1em;
}

.article-details .author .author-img img {
	width: inherit;
	vertical-align: unset;
}

.main-content .content-box .author .author-img {
	width: 24px;
	height: 24px;
}

.main-content .content-box.article-big h3 {
	margin-top: 6em;
}

@media screen and (max-width: 992px) {
	.featured-article::after {
		display: none;
	}
}