.story-figure {
  float: left;
  max-width: 30%;
  margin: 0 20px 20px 0;
}

.story-image {
  width: 100%;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.story-figure figcaption {
  font-style: italic;
  padding: 4px;
  text-align: center;
}

@media (max-width: 600px) {
  .story-figure {
    float: none;
    max-width: 100%;
    margin: 20px 0;
  }
}

.end-image {
  display: block;
  max-width: 80%;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 600px) {
  .end-image {
    max-width: 100%;
  }
}
