/* Mobile fix for boxouts */
@media (max-width: 768px) {
  .entry-content .sbb-boxout,
  .mce-content-body .sbb-boxout {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 1rem 0 !important;
    display: block !important;
    clear: both !important;
  }
}