body {
  margin: 0;
  padding: 0; }
  body > div {
    position: relative; }
    body > div > div {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden; }
      body > div > div > img {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 150vw;
        height: 150vh;
        transition: opacity 1s ease, top 7s ease, left 7s ease, bottom 7s ease, right 7s ease; }
        body > div > div > img.moved {
          opacity: 1; }

/*# sourceMappingURL=style.css.map */
