.descriptionFooter {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-height: 19px;        /* fallback */
    max-height: 76px;       /* fallback */
}
.image-editor{
    max-width: 100%;
    height: auto;
}