body, html {
  height: 100%

}

body
{
	background-image: url("../images/bg_comingsoon.jpg");
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
    }


@media screen and (max-width: 1024px) { /* Specific to this particular image */
  body {
      background-image: url("../images/background_mobile.jpg");
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%
    }
  }
  
}