div.center-wrapper {
  max-width: 99%;
}
section.quests div.quest div.image {
  position: relative;
}
section.quests div.quest div.image div.label {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  height: 100%;
  font-size: 12px;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
section.quests div.quest div.image div.label span.inner {
}
section.quests div.quest div.image img {
  width: 100%;
  height: 100%;
}
section.quests div.quest div.header {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  min-height: 206px;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
section.quests div.quest div.rating {
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 26px;
  margin: 0px;
  padding-bottom: 20px;
  text-align: left;
  padding-left: 20px;
}
section.quests div.quest div.header span {
  font-size: 23px;
  margin-bottom: 10px;
}
section.quests {
  text-align: center;
}
section.quests div.quest {
  width: 24%;
  height: auto;
  float: none !important;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
}
section.quests div.quest div.simple-button {
  margin-right: 30px;
  margin-top: 0;
}