.ending {
  position: relative;
  padding: 0;
  background: #ddd;
}

.ending > img {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  filter: grayscale(100%);
}

.ending-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 45px 24px;
  background:
    linear-gradient(
      to bottom,
      rgba(0,0,0,0) 48%,
      rgba(0,0,0,.58) 100%
    );
  color: #fff;
  text-align: center;
}

.ending-title {
  margin: 0;
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 500;
}

.ending-text {
  margin: 10px 0 22px;
  font-size: 12px;
  line-height: 1.8;
}

.share-btn {
  padding: 11px 20px;
  border: 1px solid rgba(255,255,255,.65);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 12px;
}

.footer {
  padding: 24px;
  background: #eeeae3;
  color: #aaa298;
  font-family: var(--font-en);
  font-size: 11px;
  letter-spacing: .09em;
  text-align: center;
}
