.add-snap {
    position: relative; 
    overflow: hidden; 
    float: left; 
    margin: 5px; 
    background-color: #42b4d6; 
    display: table;
}

.add-snap:hover {
    background-color: #49c9ef; 
}

.thumbSize {
    width: 136px;
    height: 136px;
}

.z-textTable {
    padding: 10%;
    color: #242728;
}

.z-text {
    overflow: hidden;
    position: relative;
    text-align: left;
    font-size: 16px;
    line-height:140%;
}

.twitter {
    color: #24b1e7;
    font-size: 12px;
}

.z-textCaption {
    position: relative;
    font-size: 19px;
    line-height: 21px;
    max-height: 63px;
    margin-bottom: 5%;
    overflow: hidden;
    color: #a1379d;
}

.clipGradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10%;
    font-size: 12px;
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff)
}

.twitter-textCaption {
    color: #24b1e7; 
    font-size: 12px !important;
}

.news-textCaption {
    color: #ffba00;
    font-size: 12px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5%;
}