.about .zoomify-shell {
    background-image: url('../images/about-hero.jpg');
    background-size: cover;
    overflow-y: auto;
}

.about .zoomify-shell .left-blurb {
    font-family: "Helvetica Neue Regular", sans-serif;
    font-size: 12px;
    line-height: 30px;
    color: #ba986b;
    width: 336px;
    left: 72%;
    top: 101px;
    position: absolute;
    text-align: justify;
    
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.about .zoomify-shell .right-blurb {
    position: absolute;
    top: 50%;
    left: 42px;
    width: 475px;
    padding: 20px;
    margin: -155px 0 0 0;
/*    background-color: #ffffff;*/
    
    line-height: 30px;
    text-align: justify;
    letter-spacing: 0.1px;
    color: #666666;
    
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.about a, .about a:link, .about a:visited, .about a:active {
    color: #666;
}

.about a:hover {
    color: #cc0000;
}

@media screen and (max-width: 1340px) {
    .about .zoomify-shell .left-blurb {
        position: inherit;
        left: 42px;
        top: 80px;
        margin: 10px 0 10px 20px;
        color: #666;
    }
    
    .about .zoomify-shell .right-blurb {
        position: inherit;
        right: 0;
        top: 130px;
        left: 42px;
        margin: 0;
        width: 340px;
    }
}