.test-border {
  border: 1px solid red;
}

.text-inactive {
  /* color: rgba(255, 255, 255, 0.6); */
}

.grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-dark {
  border: 1px solid #242424 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.project-title {
  font-size: 30px;
}

.project-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.project-grid-item {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
}