@media only screen and (max-width: 450px) and (orientation: portrait) {
  #preloadContainer > div:nth-child(7) {
    width: 45% !important;
    left: 2.5% !important;
  }

  #preloadContainer > div:nth-child(6) {
    width: 45% !important;
    right: 2.5% !important;
  }

  #preloadContainer > div:nth-child(8) > div > div > span > span {
    font-size: 2.5vh !important;
  }

  #preloadContainer > div:nth-child(3) {
    width: 32% !important;
    left: 1% !important;
    bottom: 33% !important;
  }

  #preloadContainer > div:nth-child(4) {
    width: 32% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    bottom: 33% !important;
  }

  #preloadContainer > div:nth-child(5) {
    width: 32% !important;
    right: 1% !important;
    left: auto !important;
    bottom: 33% !important;
  }

  #preloadContainer > div:nth-child(9) > div > div > span > span {
    font-size: 1.2vh !important;
    text-align: center !important;
  }

  #preloadContainer > div:nth-child(9) {
    bottom: 5.5% !important;
    text-align: center !important;
  }

  #preloadContainer > div:nth-child(2) {
    bottom: 20% !important;
  }
}

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