
.pwr-show-more__target {
    overflow: hidden;
    mask-image: linear-gradient(to top, transparent, black 200px);
    mask-mode: alpha;
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: bottom;
    padding-bottom: 107px;
}


.pwr-show-more__container {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.pwr-show-more__container--collapsed {
    height: 107px;
}

.pwr-show-more__container--expanded {
    height: 80px;
    background-image: none;
}

.pwr-show-more__container-backdrop {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}


.pwr-show-more__spacer {
    height: 107px;
}