.read-more {
    max-height: 120px;
    position: relative;
    overflow: hidden
}

.read-more .prompt,
.read-more .collapse,
#page .read-more .prompt,
#page .read-more .collapse {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 9px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    z-index: 9000
}

.read-more.big-preview {
    max-height: 240px
}

.read-more.big-preview .prompt,
.read-more.big-preview .collapse {
    padding-top: 140px
}

.read-more .collapse,
#page .read-more .collapse {
    background-image: none
}