html, body, #flowwrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-touch-action: none;
  background-color: #e7e7e7;
}

.clip {
  position: fixed;
}
@media screen and (min-width: 0\0) {
  .clip {
    position: absolute;
  }
}
/* @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;
	}
} */
