body {
  overflow-y: hidden;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  touch-action: none;
  -ms-touch-action: none;
  background-color: #e6f0f5;
}

#stage {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
}

#flowwrapper {
  position: relative;
  display: block;
}
.clip {
  position: fixed;
}
@media screen and (min-width: 0\0) {
  .clip {
    position: absolute;
  }
}
#txtLandscape {
  font-size: 32px;
  text-align: center;
  padding-top: 300px;
}
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #flowwrapper {
    display: block;
  }
  #txtLandscape {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #flowwrapper {
    display: none;
  }
  #txtLandscape {
    display: block;
  }
}*/
