.grid-container {
	width: 100%;
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
}

.grid-container--full {
	max-width: 100%;
}