/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.fullscreen-background {
  height: 100vh;
  width: 100vw;
  background: no-repeat center center fixed;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  html, body {
    overflow: hidden;
    height: 100%;
    margin: 0;
  }
  .fullscreen-background {
    height: 100vh;
    width: 100vw; 
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
  }
}


}