.pure-g {
    width: 280px;
}

/* PRODUCT */

section[name=player].window article iframe {
    width: 260px;
    height: 180px;
}

section[name=product] a#video-link {
    font-size: 14px;
    position: absolute;
    top: -220px;
    right: 0px;
}

/* AWARDS */

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

/* VIDEOS */

section[name=videos] article iframe {
    width: 270px;
    height: 200px;
}

/* STEP 1 */

section[name=step-1] input[type=text],
section[name=step-1] input[type=email],
section[name=step-1] select {
    width: 100%;
}

/* STEP 2 */

section[name=step-2] {
    height: auto;
}
section[name=step-2] a.button.free {
    position: relative;
    margin: 160px 0 40px 20px;
}
section[name=step-2] a.button.free:before {
    width: 280px;
    bottom: 0;
    left: -20px;
}
section[name=step-2] fieldset ul li {
    font-size: 12px;
}

/* TEXTS */

section[name=normal-ambassadors] output {
    width: 280px;
}

/* CONTACT US */

section[name=alert].window article {
    width: 280px;
    height: auto;
}
section[name=alert].window article main h2 {
    font-size: 20px;
}
section[name=contact-us] input[type=text],
section[name=contact-us] input[type=email],
section[name=contact-us] textarea {
    width: 100%;
}
