html.use-webgl body,
html.no-webgl body {
  background-color: transparent !important;
  background: none !important;
}

#canvas {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

#main-scrollbar {
  display: none !important;
  visibility: hidden !important;
}

#main-scrollbar-indicator {
  display: none !important;
  visibility: hidden !important;
}



#main {
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: 100vh !important;
  position: absolute !important;
  top: 0 !important;
}

#header {
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  z-index: 9999 !important;
  position: fixed !important;
  top: 0 !important;
}

.hero.is-full {
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: 100vh !important;
  position: relative !important;
}

.hero-context {
  height: 100% !important;
  min-height: 100% !important;
}

#home-video {
  padding-bottom: 100vh !important;
  padding-bottom: calc(var(--vh, 1vh) * 100) !important;
  height: 100vh !important;
  height: calc(var(--vh, 1vh) * 100) !important;
  min-height: 100vh !important;
}

@media (max-width: 1280px) {
    #main {
      height: 100vh !important;
      height: calc(var(--vh, 1vh) * 100) !important;
      min-height: 100vh !important;
      position: absolute !important;
      top: 0 !important;
    }
    
    #home-video {
      padding-bottom: 100vh !important;
      padding-bottom: calc(var(--vh, 1vh) * 100) !important;
      height: 100vh !important;
      height: calc(var(--vh, 1vh) * 100) !important;
      min-height: 100vh !important;
    }
    
    #header {
      background: none !important;
      background-color: transparent !important;
      box-shadow: none !important;
      z-index: 9999 !important;
      position: fixed !important;
      top: 0 !important;
    }
    
    .hero.is-full {
      height: 100vh !important;
      height: calc(var(--vh, 1vh) * 100) !important;
      min-height: 100vh !important;
    }
  }