#\32  > div:nth-child(2) > div > div > div:nth-child(3) {
  display: none !important;
}

#\32  > div:nth-child(2) > div > div > div:nth-child(2) {
  display: none !important;
}

#preloadContainer > div:nth-child(2){
    display: none !important;
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
  #preloadContainer > div:nth-child(2) {
    width: 60% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  #preloadContainer > div:nth-child(7) > div > div > span > span {
    font-size: 3vh !important;
  }

  #preloadContainer > div:nth-child(3) {
    width: 32% !important;
    left: 1% !important;
    bottom: 40% !important;
  }

  #preloadContainer > div:nth-child(4) {
    width: 32% !important;
    left: 50% !important;
    bottom: 42% !important;
    transform: translate(-50%, 0) !important;
  }

  #preloadContainer > div:nth-child(5) {
    width: 32% !important;
    right: 1% !important;
    left: auto !important;
  }

  #preloadContainer > div:nth-child(6) {
    width: 40% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
  }

  #preloadContainer > div:nth-child(8) > div > div > span > span {
    font-size: 1.5-vh !important;
  }
}

/*# sourceMappingURL=style.css.map */
