@media only screen and (max-width: 768px) {
    form.searchform {
        width: 100%;
        margin-left: 0px !important;
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: 220px;
        border-radius: 4px;
    }
}