#heroImage{
    box-shadow: var(--shadow);
    clear:      both;
    height:     250px;
    overflow:   hidden;
    position:   relative;
    width:      100%;
    z-index:    2;
}

#heroImage img{
    position:   relative;
    top:        -375px;
    width:      1500px;
}

.photoCredit{
    clear:          both;
    float:          right;
    font-size:      .675em;
    padding-right:  20px;
}
