/* Keep project images on project cards, but hide the full-page project/board background. */
#app div[class^="Background_wrapper__"] {
  display: none !important;
}
