@media only screen and (max-width:900px){
    .post-grid .post-grid-avatar {
        width: 100%;
        height: 200px;
    }
    .post-grid .post-grid-content {
        width: 100%;
        padding-left: 0px;
        margin: 10px 0;
        float: left;
    }
}