@media only screen and (min-width: 480px) {
  #wrapper {
    display: none !important;
  }

  #warning {
    display: block  !important;
    text-align: center;
    padding: 100px;
  }
}

#wrapper {
  display: block;
}

#game{
  margin-bottom: 100px;
}
.question,  #warning , .answer, .comment, .question ul.selected li {
  display: none;
}

.begin {
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.begin button {
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-size: 20px;
  width: 100%;
}

.question, .answer {
  background: #fff;
  padding: 10px;
  color: #fff;
}

.question p {
  color: #444;
  text-align: center;
}

.question h1 {
  color: #444;
  text-align: center;
  font-weight: bold;
}

.question ul {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.question li {
  margin-top: 2px;
  font-size: 18px;
  color: #444;
  border: 1px solid #FF6382;
  display: block;
  text-align: center;
  cursor: pointer;
  padding: 5px;
  margin-bottom: 5px;
}

.question li:hover, .question li.selected {
  background: #FF6382;
  color: #fff;
}

.comment.show, .answer.show, .question ul.selected li.selected, canvas.show {
  display: block;
}

.answer img {
  width: 100%;
}

canvas {
  position: absolute;
  zindex: 1;
  pointer-events: none;
  margin-top: -677px;
  margin-left: -42px;
  display: none;
}
