
/*		Desktop Layout: 1024px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    804    896    */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	div.wrapper {
		width: 712px;
	}
	.show768 {
		display: inherit;
	}
	.hide768 {
		display: none;
	}
	
	img {
		max-width: 100%;
	}
	
	.blog-featured {
		display: grid;
		grid-template-columns: 100%;
		padding: 4rem 0;
	}
	
	article .grid21,
	article .grid161	{
		grid-template-columns: 1fr;
	}
	
}