#project-intro figure img {
  object-fit: cover;
  height: 100%;
}

#project_gallery img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) and (pointer: coarse) and (hover: none) {
  #project_gallery img {
    pointer-events: none;
  }
}
#project_gallery figure {
  transition: all 0.3s ease;
}

.project-details strong {
  display: inline-block;
  width: 92px;
}
@media (min-width: 960px) {
  .project-details strong {
    width: 160px;
  }
}

@media only screen and (max-width: 1200px) {
  [class*="md:mt--"], [class*="md:mb--"], [class*="md:ml--"], [class*="md:mr--"] {
    margin: 0 !important;
  }
}
.next_project, .last_project {
  transition: all 0.2s linear;
}
.next_project.disabled, .last_project.disabled {
  opacity: 0.5;
  cursor: none;
}
@media (min-width: 1200px) {
  .next_project, .last_project {
    position: fixed;
    z-index: 0;
    top: 44%;
    writing-mode: vertical-rl;
  }
}

.next_project {
  right: 5vw;
}

.last_project {
  left: 5vw;
  transform: rotate(180deg);
}

#project_text ul {
  padding-left: 1rem;
}
#project_text ul li {
  list-style-type: square;
  margin-bottom: 0.4rem;
}
#project_text ul li:before {
  display: none;
}
