

@media (min-width: 1500px)
{
	.container 
	{
	    width: 1470px;
	}
}

@media (min-width: 2000px)
{
	.container 
	{
	    width: 1970px;
	}
}