section h6 {
  color: #666;
}
#contest-prize {
  margin-top: -8px;
}
.contest-data {
  text-align: center;
}
#contestx {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #contestx {
    background-size: auto 400px;
  }
}
#contest {
  padding-top: 8px;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
#contest small {
  text-transform: uppercase;
}
#contest h4 {
  font-size: 36px;
  font-weight: normal;
}
.contest-quote {
  padding: 1em 16px;
}
.contest-quote blockquote {
  border: 0;
  font-style: normal;
}
.prize-number {
  font-size: 24px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #CF4242;
  border-radius: 50%;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .contest-cta-button {
    display: block !important;
    text-align: center;
    margin: 0 8px;
  }
  .contest-h6 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .contest-data h4 {
    font-size: 24px !important;
  }
}
