html,
html:root {
  min-height: 100%;
  background-color: #02050d !important;
  background-image: linear-gradient(rgba(2, 7, 18, .52), rgba(2, 6, 16, .68)), url("studio-background-official-v2.png?v=813") !important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

body {
  min-height: 100%;
  background-color: transparent !important;
  background-image: none !important;
}

@media (max-width: 900px) {
  html,
  html:root {
    background-attachment: scroll !important;
  }
}
