#homemainbg {
    display: block;
    background-position: 50% 60%;
    background-image: url("../img/kv-prd-lychee.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);
}
.fdfeature {
    display: grid;
    align-items: stretch;
    border-radius: 16px;
    background-color: #f9d2b3;
    border: 6px solid #f9d2b3;
    margin-bottom: 30px;
}
.fdtitle {
    justify-self: center;
    align-self: center;
    height: 100px;
}
.fdbody {
    justify-self: start;
    align-self: start;
    height: 200px;
    padding: 0 0.5rem;
}
.fdfooter {
    aligh-self:center;
    height: 100px;
    margin-bottom: 60px;
}

