.readMoreFade{
    background: white !important;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(white)) !important;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.5), #fff) !important;
    /*background: -moz-linear-gradient(center top, transparent, white);*/
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0!important;
    padding: 30px 0 30px 0;
}

#fadeMeMore{
    color: #42C4BC;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}