body {
  background-image: linear-gradient(#999 30rem), linear-gradient(#aaa 30rem), url('/img/alexandru-ant-VotSVvmJSic-unsplash.jpg');
  background-blend-mode: darken, multiply, normal;
  background-size: max(100%, 35rem);
  background-position: 0 0, 0 0, 50% min(0px, -5vw);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

header {
  background: linear-gradient(#0000 calc(100% - 6rem), #111a 100%);
}

main {
  background: linear-gradient(#0000 2rem, #222 2rem);
}
main > :last-child {
  flex-grow: 1;
}

.fullwidth-heading {
  padding-bottom: 3rem;
}
.fullwidth-heading > * {
  filter: drop-shadow(0 0 0.8rem #000) drop-shadow(0 0 0.4rem #000);
}
.fullwidth-heading * {
  text-align: left;
}

.fullwidth-section > :first-child {
  margin-top: unset;
}
.fullwidth-section > :last-child {
  margin-bottom: unset;
}

.works-container, .no-results-container {
  margin: 0.75rem 0 1rem;
}