html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

@media (max-width: 768px) {
    .heroComponentVar-1639309258 {
        background-image: url("/images/image-home-small.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #000;
    }
}