.card-media__image.has-overlay:after {
    --color-black-rgb: rgba(0,0,0);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.4) 30%, rgba(0,0,0,0) 100% );
}

.card-media__title {
    * {
        font-size: inherit;
        color: inherit;
    }
}

.card-media__desc {
    margin-top: .75rem;
    line-height: 1.5em;
    font-size: 1.125rem;
}