﻿
@media screen and (max-width: 1305px){ /* max-width is a less than or equal to condition*/


	body{
		width: 1300px;
	}
}