@media screen and (min-width: 430px) {
  html {font-size: 100%; height: 100%;}
}
@media screen and (min-width: 768px) {
  html {font-size: 100%; height: 100%;}
}
@media screen and (min-width: 1024px) {
  html {font-size: 100%;}
}
@media screen and (min-width: 1080px) {
  html {font-size: 100%;}
}
@media screen and (min-width: 1200px) {
  html {font-size: 100%;}
}
@media screen and (min-width: 1350px) {
  html {font-size: 100%;}
}
@media screen and (min-width: 1650px) {
  html {font-size: 100%;}
}
@media screen and (min-width: 1900px) {
  html {font-size: 100%;}
}