.post-image img {
    width: 50%;
    float: left;
    margin-right: 15px;
}
@media (max-width: 500px) {
    .post-image img {
        width: 100%;
        float: unset;
        margin-right: 0;
    }
}