.Image {
    background-color: white;
    margin-bottom: 1.5em;
}

.Image .Image-number {
    color: #999;
    font-size: .85rem;
}

.Image .Image-image {
    max-width: 100%;
    margin: 0 auto;
    border: none !important; /* overriding braxton/clevver theme css that uses a selector with an id */
    display: block;
}

.wp-caption-text {
    color: #999;
    font-style: italic;
    font: 500 12px/12px Raleway,sans-serif;
    font-size: 14px;
    margin-bottom: 5px!important;
}

#js-gallery .wp-caption-text {
    margin-top: 8px;
    text-align: center;
}