@media screen and (max-width:992px){
	html{
		font-size:87.5%; 
	}
}
@media screen and (max-width:768px){
	html{
		font-size:75%;
	}
}
@media screen and (max-width:480px){
	html{
		font-size:62.5%;
	}
}