/* app css stylesheet */

div.stretchy-wrapper {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
  background: grey;
}

div.stretchy-wrapper > div {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
}

img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 930px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
}

img.preload {
    position: absolute;
    top: -99999px;
    left: -99999px;
}

/*img.bg {*/
  /*/!* Set rules to fill background *!/*/
  /*min-height: 100%;*/
  /*min-width: 1024px;*/

  /*/!* Set up proportionate scaling *!/*/
  /*width: 100%;*/
  /*height: auto;*/

  /*/!* Set up positioning *!/*/
  /*position: fixed;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 1;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
  /*img.bg {*/
     /*/!*Set rules to fill background *!/*/
    /*min-height: 512px;*/
    /*min-width: 512px;*/

     /*/!*Set up proportionate scaling *!/*/
    /*width: 100%;*/
    /*height: auto;*/
  /*}*/
/*}*/