#siderViewSection .container {
    background: #fff !important;
    font-size: 16px;
}

.yc-news-headline {
    font-size: 25px;
    margin: 0px 0px 10px 0px;
}

.yc-post-date-by {
    margin: 10px 0px;
    font-weight: 400;
}

.yc-news-story {
    padding-bottom: 20px;
}

.yc-news-story-container {
    display: flex;
    align-items: flex-start;
}

.yc-news-story-container img {
    margin-right: 10px;
    width: 200px;
}

.yc-news-tags {
    margin-left: 10px;
}

.yc-news-description {
    margin: 10px 0px 10px 0px;
}

.yc-news-details {
    padding-left:20px;
}

.yc-news-image img {
    height: auto;
}

@media screen and (max-width: 768px) {
    /* mobile view */
    .yc-news-story .yc-news-story-container {
        flex-direction: column;
    }

    .yc-news-story .yc-news-image {
        order: 1;
        width: 100%;
    }

    .yc-news-story .yc-news-details {
        order: 2;
    }

    .yc-news-story-container img {
        width: 100%;
    }
    .yc-news-details {
        padding-left: 0px;
        padding-top: 5px;
    }
}