div.cheese_list {
    position: relative;
}

div.cheese_list div.description {
    width: 100%;
    float: none;
}

div.cheese_list div.image {
    width: 100%;
    float: none;
    height: 100%;
    margin-top: 0 !important;
}

div.cheese_list div.image a {
    display: block;
}