@media screen and (max-width: 980px) {
.t-btn_md {
    height: 60px;
    font-size: 12px;
    padding-left: 60px;
    padding-right: 60px;
}
}
@media screen and (max-width: 980px) {
.t886__btn {
    padding: 8px 9px 10px 9px !important;
    height: auto;
}}
.t886__btn {
    padding: 10px 26px 12px 26px!important;
    height: auto;
}

@media screen and (max-width: 980px) {
    .t886__wrapper {
        width: 80% !important;
        border-radius: 7px !important;
        margin-right: 20px !important;
        margin-left: 18% !important;
        margin-bottom: 20px !important;
    }
}
.t-feed__post-bgimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px!important;
}
@media screen and (max-width: 980px) {
.t604__imgwrapper {
    position: relative;
    margin: 10px;
}}
.t-feed__post-popup__container {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 25px 0;
}

@media screen and (max-width: 1200px) {
    .t-text_md {
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (min-width: 1200px) {
    .t-text_md {
        font-size: 16px;
        font-weight: 400;
    }
}
    .t-descr_xxs {
        font-size: 12px;
        font-weight: 400;
    }
    
    .t-feed__post-popup__content img {
    display: block;
    max-width: 80%;
}