:root {
  --viewport: 100vw;
  --viewport-mult: 1;
}

@media screen and (max-width: 1279px) {
  :root {
    --viewport-mult: 1.7786458333;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --viewport-mult: 3.6426666667;
  }
}/*# sourceMappingURL=main-tablet-portrait.css.map */