.home-btn,
.prev-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 2rem;
  z-index: 102;
}

.home-btn.invert,
.prev-btn.invert {
  color: #000;
}

.home-btn:hover,
.prev-btn:hover {
  text-decoration: none;
  color: #ffce50;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffce50;
}

.volume-btn {
  position: absolute;
  top: 30px;
  left: 90px;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 2rem;
  z-index: 102;
}

.volume-btn.invert {
  color: #000;
}

.volume-btn:hover {
  text-decoration: none;
  color: #ffce50;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #ffce50;
}

.info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 15px;
  border-radius: 0 0 6px 6px;
  background: #449dff9e;
  min-width: 100px;
  max-width: 250px;
  position: fixed;
  right: 0;
  pointer-events: none;
  z-index: 102;
}

.info-wrapper > li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 0;
}

.info-wrapper > li > span {
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0.1em 0.1em 0.2em black;
}

.info-wrapper > li > span.cnt {
  margin: 0 5px;
}

.notice-img {
  position: absolute;
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-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%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 15vh;
    border-radius: 50px;
    pointer-events: none;
  }
  .notice-img.transparent {
    background: transparent;
    border: none;
  }
  .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
    background: #449dff9e;
    min-width: 80px;
    max-width: 200px;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 102;
  }
  .info-wrapper > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
  }
  .info-wrapper > li > span {
    font-size: 16px;
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;
  }
  .info-wrapper > li > span.cnt {
    margin: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */