@media only screen and (orientation: portrait) and (max-width: 450px) {
  #preloadContainer > div:nth-child(2) {
    background-position: left center !important;
  }
  #preloadContainer > div:nth-child(3) {
    width: 30% !important;
    left: 15% !important;
  }
  #preloadContainer > div:nth-child(4) {
    width: 30% !important;
    right: 15% !important;
  }
  #preloadContainer > div:nth-child(5) {
    width: 40% !important;
    left: 30% !important;
  }
  #preloadContainer > div:nth-child(7) {
    width: 100% !important;
  }
  #preloadContainer > div:nth-child(6) {
    width: 60% !important;
    left: 20% !important;
    max-height: 40% !important;
  }
  #preloadContainer > div:nth-child(6) > div > div > span > span {
    font-size: 1rem !important;
  }
  #preloadContainer > div:nth-child(7) > div > div > span > span {
    font-size: 1.5rem !important;
  }
}

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