.related-page-heading{
  position: absolute;
  top: 32px;
  left: 48px;
  z-index: 3;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.related-page-figure{
  aspect-ratio: 4/3;
  background-color: #eee;
  overflow: hidden;
  padding: 9%;
  margin: 0;
}
.related-page-image{
  /* position: absolute; */
  inset: 0;
  /* height: 80%; */
  width: 100%;
  height: auto;
  object-position: center;
  /* height: 100%;
  width: 100%;
  object-fit: cover; */
  mix-blend-mode: darken;
}

.related-page-filter{
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.2); 
}