/* IE8 only */

.container {
	max-width: 998px;
	width: 998px;
}

@media (max-width: 992px) {
	.container {
		width: auto;
	}
}