#projects {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  text-align: center;
  background: #E6E0DC;
}

.projects-title-main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6vw;
  margin: 0;
  text-align: center;
  z-index: 10;
}

.project {
  position: absolute;
  width: 100%;
  height: 100%;
}

.project-title {
  position: absolute;
  text-align: center;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8vw;
  width: 100%;
  opacity: 0;
}

.sub-title {
  position: absolute;
  text-align: center;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6vw;
  width: 100%;
  color: #736B6B;
}

.project-description {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1vw;
  width: 40%;
}

.project-images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.project-images img {
  position: absolute;
}
