/*/Assets/css/WalkingTour/mobile.css*/
html {
  font-size: 1px;
  position: fixed;
  height: 100%;
  width: 100%;
  overflow: hidden; }

body {
  margin: 0;
  height: 100%;
  width: 100%; }

#application {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black; }
#application #loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20vw; }

@media only screen and (max-device-width: 800px) and (orientation: portrait) {
  #application #loading-logo {
    width: 55%; } }

/*# sourceMappingURL=mobile.css.map */


