.project-septobak .project-shot {
  filter: saturate(.82) contrast(1.08);
}

.project-septobak:hover .project-shot {
  filter: saturate(1.08) contrast(1.04);
}

.history-scan {
  position: absolute;
  z-index: 4;
  inset: -15% auto -15% -30%;
  width: 24%;
  background: linear-gradient(90deg, transparent, #b7ff1938 42%, #b7ff19aa 50%, #b7ff1938 58%, transparent);
  filter: blur(5px);
  mix-blend-mode: screen;
  transform: skewX(-10deg);
  transition: left 1.35s cubic-bezier(.16, 1, .3, 1);
}

.project-septobak:hover .history-scan {
  left: 112%;
}

.history-years {
  position: absolute;
  z-index: 6;
  left: 4vw;
  right: 27vw;
  bottom: 3.5vh;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font: 800 clamp(18px, 2.2vw, 34px)/1 Oswald;
  letter-spacing: .04em;
  text-shadow: 2px 2px 0 #000;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s .18s, transform .7s .18s cubic-bezier(.16, 1, .3, 1);
}

.history-years i {
  position: relative;
  height: 2px;
  flex: 1;
  background: linear-gradient(90deg, #b7ff19 0 45%, #ffffff4d 45%);
}

.history-years i::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b7ff19;
  box-shadow: 0 0 20px #b7ff19;
  transform: translate(-50%, -50%);
}

.project-septobak:hover .history-years {
  opacity: 1;
  transform: none;
}

@media (max-width: 760px) {
  .project-septobak .history-years {
    left: 18px;
    right: 18px;
    bottom: 15vh;
    opacity: 1;
    transform: none;
  }

  .project-septobak .history-scan {
    display: none;
  }
}
