.gift-preview {
    position: relative;
    background-image:url(../img/giftcert-small.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 430px;
}

.gift-preview-content {
    position: absolute;
    text-align: center;
    width: 65%;
    bottom: 15%;
    left: 17%;
    font-size: 12px;
    font-family: 'Times S', serif;
    line-height: 14px;
}

.gift-preview-content span {
    display: block;
    font-family: 'Monotype Corsiva', serif;
    font-size: 16px;
    line-height: 18px;
    margin: 5px 0;
}