/* MIIGO_V4_PC_DESIGN_FIT_SCALE_V1 */
@media (min-width: 769px) {
  html.miigo-v4-pc-design-fit-html {
    width: 100% !important;
    height: 100% !important;
    min-height: 100vh !important;
    overflow: hidden !important;
  }

  html.miigo-v4-pc-design-fit-html body.miigo-v4-pc-design-fit-body {
    box-sizing: border-box !important;
    overflow: visible !important;
    transform-origin: center center !important;
    will-change: transform !important;
  }
}
