#homemainbg {
    display: block;
    background-position: 50% 60%;
    background-image: url("../img/kv-prd-cranberries.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
table tr, table th, table td {
    background-color: #fff7e2;
}
figure {
    position:relative;
}
figure img {
    width: 100%;
    vertical-align: top;
}
figure figcaption {
    position: absolute;
    left:0;
    top:0;
    padding: 10px 1rem;
    color:#fff;
    background-color: rgba(84,63,50,0.6);
}

