@media only screen     and (min-device-width : 320px) and (max-device-width : 768px) {
	.main{
		/*background-color:red;*/
	}
}