.project-list-wrap {
  position: relative;
  width: 50%;
  max-width: 640px;
  margin-top: 100px;
  padding: 0 16px;
}

.project-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.2fr;
}

.project-list-grid-middle {
  text-align: left;
}

.project-list-grid-end {
  text-align: right;
}

.menu {
  display: block;
  justify-content: space-between;
  margin-bottom: 23px;
  position: sticky;
}

.menu a {
  margin-right: 15px;
}

.menu a:hover {
  opacity: 1;
}

.hover-image-outer {
  width: 50%;
  top: 0;
  right: 0;
  pointer-events: none;
  height: 100vh;
  z-index: 2;
  position: fixed !important;
}

.hover-image-inner {
  margin: auto;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.hover-image {
  margin: auto;
  max-width: 70%;
  width: auto;
  height: auto;
  max-height: 100vh;
  padding: 46px;
}


@media screen and (max-width:640px) {
  .project-list-wrap {
    width: auto;
    max-width: 100%;
    min-width: auto;
  }

  .project-list-grid {
    width: auto;
  }

  .hover-image-outer {
    display: none;
    content-visibility: hidden;
  }
}
