.container {
	max-width: none !important;
	width: 100% !important;
}

@media (min-width: 768px) {
	.container {
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 100% !important;
	}
}