.home {
  height: 100%;
}

.home__threads {
  background: white;
  display: none;
  font-size: var(--type-md);
  left: 0;
  padding: var(--gutter);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.home__threads-thread {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.home__threads-spacer {
  flex-grow: 1;
}

.home__image-display {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.home__image {
  max-height: 75vh;
  width: auto;
}

.home__works {
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  height: 100%;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.home__work {
  display: inline-block;
  font-size: var(--type-md);
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  text-align: center;
}

.home__work-title {
  color: #aaa;
}

.home__work-title:hover {
  color: #fa3500;
}
