@media (max-width: 1280px){
	.container {
	    width: 100% !important;
	}
}

@media (min-width: 1281px) and (max-width: 1600px) {
	.container {
	    width: 100% !important;
	}
}

@media (min-width: 1601px) and (max-width: 1920px) {
	.container {
	    width: 100% !important;
	}
}

@media (min-width: 1921px){
	.container {
	    width: 100% !important;
	}
}

/*
@media (max-width: 1280px){
	.container {
	    width: 100% !important;
	}
}

@media (min-width: 1281px) and (max-width: 1600px) {
	.container {
	    width: 90% !important;
	}
}

@media (min-width: 1601px) and (max-width: 1920px) {
	.container {
	    width: 80% !important;
	}
}

@media (min-width: 1921px){
	.container {
	    width: 70% !important;
	}
}
*/