.parallax-media picture,
.project-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.parallax-media picture > img,
.project-image picture > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-sent-message {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  max-width: 430px;
  padding: .7rem 1rem;
  border-left: 2px solid var(--cyan);
  background: rgba(2, 189, 242, .08);
  color: #dff8ff;
  font-size: .92rem;
  line-height: 1.4;
}
