/* CMS 118: keep the three campaign tiles on one row on phones. */
@media (max-width: 767px) {
  body.cms-118 .cms-content > .vc_row:nth-child(4) > .vc_col-sm-4 {
    width: 33.333333%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
  }
}
