#LatestArticle {  background:linear-gradient(to top, rgba(0,0,0,0.1), transparent);}

#LatestArticle {display:flex; flex-wrap:wrap; justify-content:center;}


#LatestArticle > h2 {width:100%; text-align:center;}



#LatestArticle article [itemprop='image'] {margin-bottom:10px}

@media screen and (min-width:600px) {
	#LatestArticle article [itemprop='image'] { float: right; max-width: 34%; margin-left:10px; }
}

#LatestArticle article {width:800px; max-width:100%; margin-left:20px; margin-right:20px}


	#LatestArticle article { }



#LatestArticle [itemprop='author'] > * {font-size:12px; color:rgba(0,0,0,0.7); margin-top:10px; margin-bottom:10px; text-align:left}
#LatestArticle [itemprop='author'] > *::before {content:'By '}

#LatestArticle [itemprop='headline'] {font-size:25px; color:#397100; margin-bottom:10px}


#LatestArticle a[itemprop='url'] {color:#6C0; font-size:18px; font-weight:bold}
#LatestArticle a[itemprop='url']:hover {color:#397100;}