@media screen and (min-width: 1440px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 1439px) {
  html {
    font-size: 18.3px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 16.7px;
  }
}

@media screen and (min-width: 1440px) and (min-height: 1000px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-height: 900px) {
  html {
    font-size: 17.5px;
  }
}

@media screen and (max-height: 800) {
  html {
    font-size: 16.7px;
  }
}

/* video::-webkit-media-controls {
  display: none ;
}

video::-webkit-media-controls-enclosure {
  display: none ;
}

video.active::-webkit-media-controls {
    display: inline-block !important;
}

video.active::-webkit-media-controls-enclosure {
    display: inline-block !important;
} */
