#app {
  background-image: url("/images/background/inlead-1920.png") !important;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% auto;
}
@media screen and (max-width: 1904px) {
  #app {
    background-image: url("/images/background/inlead-1904.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1264px) {
  #app {
    background-image: url("/images/background/inlead-1264.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  #app {
    background-image: url("/images/background/inlead-960.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 600px) {
  #app {
    background-image: url("/images/background/inlead-600.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}

body {
  background-image: url("/images/background/inlead-1920.png") !important;
  background-position: center;
  background-attachment: fixed;
  background-size: 100% auto;
}
@media screen and (max-width: 1904px) {
  body {
    background-image: url("/images/background/inlead-1904.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1264px) {
  body {
    background-image: url("/images/background/inlead-1264.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 960px) {
  body {
    background-image: url("/images/background/inlead-960.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 600px) {
  body {
    background-image: url("/images/background/inlead-600.png") !important;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% auto;
  }
}

.page.page-global {
  background: transparent;
}
