/*
 * The original stylesheet hides every grid item with
 * `.portfolio-area .mix { display: none }` because MixItUp revealed them
 * itself once it initialised. React does the filtering here, so the items
 * must be visible by default.
 */
.portfolio-area .mix {
  display: block;
}
