@media only screen and (min-width:480px) {
    .mj-column-per-50 {
        width: 50% !important;
        max-width: 50%;
    }
}

@media only screen and (min-width:480px) {
    .mj-column-per-33 {
        width: 33.333333333333336% !important;
        max-width: 33.333333333333336%;
    }
}

@media only screen and (min-width:480px) {
    .mj-column-per-25 {
        width: 25% !important;
        max-width: 25%;
    }
}