/* Project Home - Image reveal (black mask bottom to top) */
.projects_home_grid .projects_item_01 .project-img-reveal {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
}

.projects_home_grid .projects_item_01 .project-img-reveal img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.projects_home_grid .projects_item_01 .project-img-reveal .project-img-reveal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transform-origin: top;
}
