
#LatestFeedItems { background-color: #333;  }


#LatestFeedItems {display:flex; flex-wrap:wrap; justify-content:center}

#LatestFeedItems > .DataFeed {width:100%; max-width:800px}


@media screen and (min-width:415px) {
	#LatestFeedItems .DataFeed > * { flex-basis: 44%; }
}

#LatestFeedItems > h2, #LatestFeedItems h4, #LatestFeedItems div.text {text-align:center; padding-left:10px; padding-right:10px; color:white; width:100%}

#LatestFeedItems .DataFeed h2 {display:none}

#LatestFeedItems h4 {margin-top:10px; margin-bottom:30px; font-size:19px}


#LatestFeedItems [itemtype$='ImageObject'][itemprop='item'] img {max-height:200px}


#LatestFeedItems div.text { margin-top: 30px; line-height:1.5; font-size:12px}