.pure-g {
    width: 528px;
}

/* PRODUCTS */

#top > section:nth-child(3) > div > div:nth-child(1) > img {
    max-width: auto;
    height: 200px;

    position: relative;
    left: 50%;
    top: 0;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/* AWARDS */

section[name=awards] .pure-u-1:nth-child(3) a.award {
    height: 90px;
}
