/* Mobile: hide left sidebar (category nav / widgets) */
@media only screen and (max-width: 768px) {
  aside.sidebar {
    display: none !important;
  }

  .content-right .column-fluid,
  .content-right .column-fluid .content {
    width: 100%;
    max-width: 100%;
    float: none;
  }
}
