.whiskey {
    width: 100px;
    position: relative;
    }

.whiskey img {
    display: block;
    }

.whiskey span {
    position: absolute;
    bottom: 0;
    width: 90%;
    line-height: 2em;
    text-align: right;
    padding-left: 5px;
    font-family: Lucida Handwriting;
    font-size: 10px;
    font-weight: bold;
    text-shadow: yellow 1px 1px 0px;
    color: #D06100;
    }
