.item-story-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.item-story-text {
  width: 100%;
  padding: 1vh;
  line-height: 5vh;
}

.item-story-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  width: 100%;
}