.frame {
  width:max(100%, 400px);
  height:auto;
  min-height:400px;
  display: flex;
  justify-content:center;
}

#question {
  display:visible;
}

.progressbar {
  margin-top:20px;
  width:100%;
  height: 24px;
  background-color:white;
  border: 1px solid #AAA;
  border-radius:12px;
  overflow:hidden;
  padding:2px;
}
.progress {
  width:95%;
  height: 100%;
  background: #e81519;
  text-align:right;
  color:white;
  font-size: 16px;
  padding-right:5px;
  border-radius:12px;
}
