.eic-container {
  clear: both;
  text-align: center; }
  .eic-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .eic-container .eic-frame {
    display: inline-block;
    position: relative;
    text-align: left; }
    .eic-container .eic-frame .eic-row,
    .eic-container .eic-frame .eic-col {
      position: absolute; }
    .eic-container .eic-frame .eic-rows,
    .eic-container .eic-frame .eic-row,
    .eic-container .eic-frame .eic-cols,
    .eic-container .eic-frame .eic-col,
    .eic-container .eic-frame .eic-image {
      width: 100%;
      height: 100%; }
    .eic-container .eic-frame .eic-image {
      position: relative;
      background-color: #ffffff;
      background-repeat: no-repeat; }

.eic-container {
  margin-bottom: 20px; }
  .eic-container .eic-frame a.eic-image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }


.collage_single_image:hover{
  background-color: rgba(255,255,255,0.3);
}

.collage_single_image h3{
  display: none;
  position: absolute;
  bottom: 0;
  font-size: 22px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  padding: 10px;
  line-height: 20px;
  font-family: 'PT Sans', Calibri, sans-serif!important;
}


.collage_single_image:hover h3{
  display: block;
}