@media screen and (max-device-width: 750px) {
	html {
		zoom: 60.0%;
	}
	body {
		font-size: 200% !important;
	}
}
