.feature-graphic-family-album {
  position: relative;
}

.feature-graphic-family-album::after {
  background: url("assets/family-album/memory-lake.jpg") center 46% / cover no-repeat;
  border-radius: 8px 8px 0 0;
  bottom: -1px;
  box-shadow: inset 0 0 0 1px rgba(66, 50, 39, 0.08);
  content: "";
  left: 30.55%;
  pointer-events: none;
  position: absolute;
  right: 8.95%;
  top: 29.7%;
}

.screenshot-family-album-timeline {
  position: relative;
}

.screenshot-family-album-timeline::after {
  background: url("assets/family-album/memory-lake.jpg") center 48% / cover no-repeat;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(66, 50, 39, 0.08);
  content: "";
  height: 44.7%;
  left: 7.45%;
  pointer-events: none;
  position: absolute;
  top: 26.4%;
  width: 85.1%;
}
