@charset 'UTF-8';

html,

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

html {
    height: 100%;
    }
body {
    height: 100%;
    }