.home-btn,
.prev-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  font-size: 2rem;
  z-index: 102;
}
.home-btn:hover,
.prev-btn:hover {
  text-decoration: none;
  color: #ffdf00;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffdf00;
}

.volume-btn {
  position: absolute;
  top: 30px;
  left: 90px;
  color: #fff;
  font-size: 2rem;
  z-index: 102;
}
.volume-btn:hover {
  text-decoration: none;
  color: #ffdf00;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffdf00;
}

.info-wrapper {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
  border-radius: 0 0 6px 6px;
  background: #131414;
  min-width: 100px;
  max-width: 250px;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 102;
}
.info-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.info-wrapper > li > span {
  font-size: 1.1rem;
  color: #fff;
}
.info-wrapper > li > span.cnt {
  color: #ffdf00;
  margin: 0 5px;
}

.notice-img {
  position: absolute;
  width: 300px;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  border-radius: 50px;
  pointer-events: none;
}
.notice-img.transparent {
  background: transparent;
  border: none;
}

@media (max-width: 576px) {
  .notice-img {
    position: absolute;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    top: 15vh;
    border-radius: 50px;
    pointer-events: none;
  }
  .notice-img.transparent {
    background: transparent;
    border: none;
  }
  .info-wrapper {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
    background: #131414;
    min-width: 80px;
    max-width: 200px;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 102;
  }
  .info-wrapper > li {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }
  .info-wrapper > li > span {
    font-size: 16px;
    color: #fff;
  }
  .info-wrapper > li > span.cnt {
    color: #ffdf00;
    margin: 0 5px;
  }
}/*# sourceMappingURL=style.css.map */