
	#latest-news																{ padding: 1em 0% 1em 0%; text-align: left; }
	#latest-news h2																{ font-weight: 900; }
	#latest-news p																{ text-align:center;}	
	#latest-news a.button														{ text-align:center; margin:0 auto; font-weight: 700;}
	#latest-news div.news-articles												{ margin: 2.125rem 0%; width: 100%; display: table; }
	#latest-news div.news-articles > div.article								{ width: 25%; text-align: left; display: table-cell; vertical-align: top; position: relative; }
	#latest-news div.article a.wrapper											{ margin: 0% auto; padding: 0 4%; width: 100%; height: 100%; max-width: 360px; display: block; position: relative; overflow: hidden; background-color: #F6F6F6; }
	#latest-news div.article div.image											{ padding-top: 78.3%; height: 0px; display: block; position: relative; overflow: hidden; }

	#latest-news div.article div.image > img									{ width: 100%; height: 100%; top: 0px; right: 0px; bottom: 0px; left: 0px; position: absolute; object-fit: contain; transition: transform 0.2s ease; }
	#latest-news div.article div.details										{ padding: 27px 10% 24px 10%; position: relative; z-index: 101; }
	#latest-news div.article div.details span.title								{ margin: 0%; font-family:Poppins, sans-serif; text-align:center; font-size: 1.125rem; line-height: 1.5rem; font-weight: 700; color: #003B59; transition: all 0.3s ease; }
	#latest-news div.article:hover div.image > img								{ transform: scale(1.10); }
	
/* 1000px Resolution Specific Behaviour */

	@media only screen and (min-width: 0px) and (max-width: 1000px) {

	#latest-news div.news-articles											{ margin: 2.125rem 0%; width: 100%; display: block; }
	#latest-news div.news-articles > div.article							{ margin-bottom: 1rem; width: 50%; display: inline-block; }

/* 600px Resolution Specific Behaviour */

	} @media only screen and (min-width: 0px) and (max-width: 600px) {
	#latest-news															{ padding: 60px 0%; text-align: left; }
	#latest-news div.news-articles > div.article							{ width: 50%; display: inline-block; }
	#latest-news div.article a.wrapper										{ padding: 0 2%;}
	#latest-news div.article div.details									{ padding: 27px 0% 24px 0%; }	
	#latest-news div.article div.details span.title							{ font-size: 0.875rem; line-height: 1.25rem; font-weight: 700; color: #003B59; transition: all 0.3s ease; }	
	}
