@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);#app {
  height: 100%;
}

.welcomeContainer:before {
  background-color: #FFBE00;
  background-image: url(/images/welcome_mobile.png?73630c949ed8ee8c60f79b13ef8d1b2c);
  background-position: 150px top;
  background-repeat: no-repeat;
  background-size: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .welcomeContainer:before {
    background-size: cover;
  }
}

@media screen and (max-width: 769px) {
  .welcomeContainer:before {
    background-size: cover;
    background-position: 0% 0%;
    background-image: url(/images/welcome_mobile.png?73630c949ed8ee8c60f79b13ef8d1b2c);
  }
}

