/* Image Container */

.imagecontainer {
    position: relative;
    min-height: 112px;
}

.imagecontainer > div.cover,
.imagecontainer > div.image {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

.imagecontainer > div.content {
    position: relative;
}