full-screen

:root {
  // Defaults
  --js-real-height: 100vh;
}


height: 100vh; /* Fallback for browsers that do not support Custom Properties */
height: var(--js-real-height);