/* Image Container */

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

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

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