.speasyimagegallery-image-content {
    position: absolute;
    z-index: 1;
    background: rgba(255,255,255,.10);
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    text-align: left;
    -webkit-animation: fadeInUp 300ms;
    animation: fadeInUp 300ms;
}