@media screen and (max-width:1920px) {
	html {
		font-size: 16.8px;
	}
}

@media screen and (max-width:1600px) {
	html {
		font-size: 14px;
	}
}

@media screen and (max-width:1366px) {
	html {
		font-size: 12px;
	}
}
