
@media screen and (max-device-width: 480px) {
	html {
		zoom: 45.00%;
	}
	body {
		font-size: 600% !important;
	}
}