@media screen and (max-device-width: 480px) {
	html {
		zoom: 31%;
	}
	body {
		font-size: 180% !important;
	}
	#main .news p {
	line-height:40px;
}
	
}