/* COMMON */
#feature_background {
  background-color: #f1efe0;
}
#feature {
  background: transparent url('/media/feature/desktop/stamps.jpg') no-repeat top center;
}
#feature img {
  display: none;
}
@media (min-width: 0px) and (max-width: 640px) {
  /* MOBILE */
  #feature_background {
    height: auto;
  }
  #feature {
    height: auto;
    width: auto;
    min-height: 260px;
    background-size: cover !important;
    background-image: url('/media/feature/mobile/stamps.jpg');
  }
  #feature img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
  }
}
@media (min-width: 641px) and (max-width: 1259px) {
  /* DESKTOP */
  #feature_background {
    height: 350px;
    height: 280px;
  }
  #feature {
    height: 350px;
    height: 280px;
    min-width: 1040px;
    background-size: auto 100%;
  }
}
@media (min-width: 1260px) and (max-width: 1454px) {
  /* WIDER */
  #feature_background {
    height: 430px;
    height: 344px;
  }
  #feature {
    height: 430px;
    height: 344px;
    background-size: auto 100%;
  }
}
@media (min-width: 1455px) {
  /* WIDEST */
  #feature_background {
    height: 500px;
    height: 400px;
  }
  #feature {
    height: 500px;
    height: 400px;
  }
}