@media (min-width: 640px) {

    section.entries .entry {

        width: 33% !important;
        box-sizing: border-box;
        padding-right: 40px !important;

    }

}
@media (max-width: 640px) {


    section.entries .entry {

        width: 100% !important;
        box-sizing: border-box;
        padding-right: 40px !important;

    }

    
}