@media only screen 
	and (min-width : 1024px) 
	and (max-width : 1300px)
{
	div.container
	{
		width: 1000px !important;
	}
}