.fit-cover {
  object-fit: cover;
}

.justify-p {
  text-align: justify;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(33,37,41,0);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

