.story-mention:hover {
  background-color: #d0d4d8 !important;
}

.story-figure-centered {
  margin: 0 auto 2.5rem auto;
  width: 100%;
  max-width: 40%;
  text-align: center;
}

@media (max-width: 768px) {
  .story-figure-centered {
    max-width: 100%;
  }
}
