@media (min-width:1366px) and (-webkit-min-device-pixel-ratio: 1) {
	html {
		zoom: 0.80 !important;
	}
}

@media (min-width:1200px), (min-width:960px) and (-webkit-min-device-pixel-ratio: 1.25) {
	html {
		zoom: 0.75 !important;
	}
}

@media (min-width:1024px) and (-webkit-min-device-pixel-ratio: 2) {
	html {
		zoom: 1.0 !important;
	}
}