body {

  background-color: #fff;	
  background-image: url("");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.center {
  position: fixed;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);

}


@media only screen and (min-width: 1200px) {
  body {
    background-size: 1200px 800px; } }

/*# sourceMappingURL=mobile.css.map */