@media screen and (max-width: 1500px) {
  body .oldStuffs {
    margin-left: 3%;
    padding-top: 18vh;
  }
  body section.Images img {
    width: 18%;
  }
  body .devil {
    height: 10vw;
  }
  body section#scrollableImg .allImages {
    width: 60%;
  }
}
@media screen and (max-device-width: 600px) and (orientation: portrait) {
  body .etoile img {
    width: 50vw;
    height: 50vw;
    top: 35%;
    left: 26%;
  }
  body .devilTree {
    display: none;
  }
  body .all {
    display: none;
  }
}

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