img {
  max-width: 100%;
  height: auto;
}

img.example-image {
  height: 125px;
}

.horizontal-scroll > ul {
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
}

.horizontal-scroll ul > li {
  display: inline-block;
  float: none;
  margin: 0 2px;
}

.fadey-right {
  pointer-events: none;
  position: absolute;
  margin-right: 15px;
  right: 0;
  bottom: 0;
  width: 30px;

  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

#uploader {
  border-radius:10px;
  border: 10px
  dashed #ccc;
  height: 420px;
  margin: 0px;
  text-align: center;
}

#uploader img {
  display: block;
  max-height: 380px;
  margin: 0 auto;
}

#uploader .image-wrapper {
  display: block;
  margin: 10px;
}

#uploader-instructions {
  font-size:30px;
  line-height: 40px;
  width:250px;
  color:rgba(128,128,128,0.5);
  margin: 20% auto 0 auto;
  text-align: center;
}

#uploader-wrapper {
  position:relative;
}

#uploader-progress {
  display:block;
  position:absolute;
  width:66%;
  top:200px;
  left: 16%;
  pointer-events: none;
}

#uploader-progress-bar {
  background-color:#DD4814;
}

#uploader.hover {
  border: 10px dashed #0c0;
}

#uploader p {
  margin: 10px;
  font-size: 14px;
}

.fail {
  background: #c00;
  padding: 2px;
  color: #fff;
}

.hidden {
  display: none !important;
}

.title {
  font-size: 550%;
  font-weight: 100;
  margin: 25px 0 0;
  line-height: 1;
}

.small-title {
  font-size: 400%;
  font-weight: 100;
  margin: 25px 0 0;
  line-height: 1;
}

.intro {
  font-size: 125%;
}

.question {
  font-size: 450%;
  font-weight: 100;
  line-height: 1;
  margin: 0;
}

.answer {
  font-weight: 800;
  font-size: 700%;
  line-height: 1;
  margin: 0;
}

.reply {
  font-size: 125%;
  line-height: 1;
  margin: 0;
}

.credits-link {
  font-size: 125%;
  line-height: 1;
}

.credits {
  position: absolute;
  bottom: 0;
}

.photo-title {
  line-height: 1;
  margin-bottom: 5px;
}

.photo-title a {
  color: #444;
}

.photographer {
  font-size: 75%;
  line-height: 1;
}

.photographer a {
  color: #888;
}
