#product .photo {
    min-height: 30em;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#product .photo img {
    display: block;
    width: 100%;
}

#product .attributes {
    text-align: justify;
    margin-top: 2em;
}

#product .attributes .attribute {
    margin-top: 1em;
    margin-bottom: 0;
    text-transform: uppercase;
}

#product .attributes .attribute .attName {
    color: #999;
}

#product .attributes .textarea .attName,
#product .attributes .richtext .attName {
    display: none;
}

#product .attributes .textarea .attValue,
#product .attributes .richtext .attValue {
    display: block;
    float: none;
    font-size: 1.2em;
    text-transform: initial;
}

#product .content {
    float: right;
    font-size: 1.2em;
}

#product .content h2 {
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

#product .content h3 {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1.5em;
    text-transform: uppercase;
}