body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background-image: url("http://valesnyc.com/static/images/VALES_interactive_real.gif");
  background-repeat: repeat;
  background-size: 364px 204px;
}

.feature {
  text-align: center;
  max-width: 85vw;
  margin: 0 auto;
  font-size: 12px;
  clear: both;
}

.wrapper{
  position: relative;
  width: 100%;
  overflow: auto;
}



@media (min-width : 600px) {
  .onethird-feature {
    float: left;
    width: 33.33%;
    clear: none;
  }

  .twothird-feature {
    float: right;
    padding-left:16.67%;
    padding-right: 16.67%;
    width: 33.33%;
    height: auto;
    clear: none;
  }

  .half-feature {
    float: left;
    width: 25%;
    padding-left:11%;
    clear: none;
  }

  .half-feature-padded {
    float: left;
    width: 45%;
    padding-left: 9%;
    padding-right: 10%;
    clear: none;
  }
}

.feature img {
  max-width: 100%;
}

.feature iframe {
  margin-top: 0;
}

.feature textarea {
  width: 100%;
  margin-top: 20px;
  font-family: Monaco, Courier New, Courier, monospace;
}

a, a:visited {
  text-decoration: none;
  color: #ff00ff;
  font-weight:bold;
}

.links {
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
  color:#fff;
}

.links form { margin-top: 10px; }

.loading { opacity: 0.3; }
