.show-hide-more-fade {
    background: linear-gradient(0deg, white, transparent);
    height: 100px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.show-hide-action-active {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.show-hide-action-complete-active {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}