.sparkleBox {
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  top: 0;
  z-index: 100;
}

.sparkleBox .sparkleBox-container {
  position: relative;
  height: auto;
  margin: 0 auto;
}

/*一閃一閃亮晶晶*/
.sparkle {
  display: block;
  position: absolute;
  z-index: 5;
}

.sparkle-large {
  width: 200px;
  height: 200px;
  background: url(../images/star_l.png) no-repeat center center;
}

.sparkle-small {
  width: 80px;
  height: 80px;
  background: url("../images/star_l.png") no-repeat center center;
}

.sparkle1 {
  top: 0.1rem;
  left: 34.5rem;
}

.sparkle2 {
  top: 7.7rem;
  right: 17.4rem;
}

.sparkle3 {
  top: 11.7rem;
  left: 20rem;
}

.sparkle4 {
  top: 15rem;
  right: 11.6rem;
}

.sparkle5 {
  top: 10rem;
  left: 11.6rem;
}

@media only screen and (max-width: 1198px) and (min-width: 1025px) {
  .sparkle1 {
    top: 8rem;
    left: 13rem;
  }

  .sparkle2 {
    top: 11rem;
    right: 10rem;
  }

  .sparkle3 {
    top: 23rem;
    left: 25rem;
  }
}

/* iPad 橫式 1024x768 */
@media only screen and (max-width: 1025px) and (min-width: 970px) {
  .sparkle1 {
    top: 1.8rem;
    left: 23.3rem;
  }
  .sparkle2 {
    top: 7.8rem;
    right: 6.2rem;
  }
  .sparkle3 {
    top: 13rem;
    left: 19rem;
  }
}

@media only screen and (max-width: 970px) and (min-width: 501px) {
  .sparkle1 {
    top: 3rem;
    left: 9rem;
  }

  .sparkle2 {
    top: 5.5rem;
    right: 5rem;
  }

  .sparkle4 {
    display: none;
  }

  .sparkle3 {
    top: 17.2rem;
    left: 22rem;
  }
}

/* APP and mobile */
@media (max-width: 500px) {
  .sparkle-large {
    width: 100px;
    height: 100px;
  }

  .sparkle1 {
    top: 1rem;
    left: 4.5rem;
  }

  .sparkle2 {
    top: 1.5rem;
    right: 1rem;
  }

  .sparkle3,
  .sparkle4 {
    display: none;
  }
}
