@media only screen and (max-width: 1280px) {
	.container {
		max-width: inherit;
		padding: 0 30px;
	}
}