.gsp_ic_l.nospeech, .rht_banner_wrapper{display:none !important}
.gsp_content_wrapper_wrp_set{margin-bottom:25px !important;}
.ssplayer_play:before{background-color:#e31837 !important;}
.ss_bg_scheme_gray .ss_ibh svg{color:#272727 !important;}


@media (min-width: 556px) {
    .recent-posts-home__image-card .image-card__img {
        position: relative;
    }

    .image-card__excerpt {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        color: #272727;
        padding: 30px;
        box-sizing: border-box;
        opacity: 0;
        transition: opacity 0.3s ease;
        pointer-events: none;
        overflow-y: hidden;
    }

    .recent-posts-home__image-card:hover .image-card__excerpt {
        opacity: 0.92;
    }

    .image-card__excerpt p {
        margin: 0;
        font-size: 18px;
        line-height: 1.6;
    }
}