@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 959px) {
    .like-wrapper {
        height: 0px;
        padding: 0px;
    }
    .post_content, .post_content p {
        font-size: 15px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 767px) {
    .like-wrapper {
        height: 0px;
        padding: 5px;
    }
    .post_content, .post_content p {
        font-size: 15px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 400px) {
}