/* Media max-width 1025px */
@media screen and (max-width: 1025px) {
  html,
  body {
    font-size: 16px;
  }
  #hero {
    height: 450px;
  }
}
