.eventgallery-subcategories .content .title,
.eventgallery-subcategories .content .imagecount {
    display: inline-block;
}

.eventgallery-subcategories .content .imagecount {
    font-size: 99%;
}

div.eventgallery-subcategories .content .title h2{
    overflow:initial;
  color: white;
}

.eventgallery-subcategories .content .data {
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  color: white;
  transition: all 0.5s;
}
  
.eventgallery-subcategories .content:hover .data {
  background-color: rgb(0, 0, 0);
  color: white;
}

.eventgallery-subcategories .item-container {
  width: 50%;
}

