.titled-image {
    align-items: center;
  }
  .titled-image img {
    max-width: inherit;
    border-radius: 0.4rem;
    overflow: hidden;
    object-fit: contain;
  }

  .titled-image p {
    font-style: italic;
    font-size: 0.8em;
    color: var(--subtitle-color);
  }
.titled-video {
    max-width: 400px;
    align-items: center;
  }
  .titled-video video {
    max-width: 100%;
    max-height: 400px;
    border-radius: 0.4rem;
    overflow: hidden;
  }

  .titled-video p {
    font-style: italic;
    font-size: 0.8em;
    color: var(--subtitle-color);
  }