@media only screen and (max-width: 1023px) {
    .entry img, .wp-caption {
        max-width: 100% !important;
    }
}


@media handheld, only screen and (max-width: 767px) {
    .row .eightcol {
        padding: 0;
        margin: 0 0 !important;
        border: none;
    }
}