@media only screen and (max-width: 1150px) {

    #outer-feed-container {
        flex-direction: column;
        gap: 12px;
        width: 100%;
        max-width: 100%;
        margin-right: auto;
        margin-left: 0;
        padding-right: 12px;
    }

    .trending-container {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 0 7px;
    }

    .modal-image {
        max-width: 100%;
    }

}

@media only screen and (max-width: 600px) {

    #outer-feed-container {
        padding: 0;
    }

    .content-inner {
        width: 100%;
        padding: 0;
    }

    .feed-item-container {
        width: 100%;
        min-width: 98% !important;
        max-width: 100vw;
    }

    .thot-media {
        max-width: 100%;
    }

    .feed-comment .thoxt-row-article {
        flex-direction: column;
    }

    .row-cover-container {
        min-width: 100px;
        min-height: 100px;
    }

    .feed-comment .article-meta {
        min-width: unset;
        padding: 3px;
    }

    .thoxt-feed-article, .feed-comment{
        border-radius: 0;
    }

    .modal-inner {
        bottom: 0;
        border-top: 1px solid #777;
        border-radius: 15px 15px 0 0;
    }
}