.embedded-story {
  align-items: center;
  border: 1px solid #dedede;
  display: flex;
  justify-content: center;
  margin: 25px auto;
  width: 100%;
}
.embedded-story figure {
  flex: 25%;
}
.embedded-story figure img {
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.embedded-story .story-text {
  flex: 75%;
  padding-left: 20px;
  padding-right: 20px;
}
.embedded-story .story-text h3 {
  margin-top: 0 !important;
}

.embedded-story.no-text {
  border: none;
  display: block;
  float: left;
  padding: 15px;
  text-align: center;
  width: 50%;
}
.embedded-story.no-text .btn.btn-red {
  line-height: 1.4em;
  margin: 15px auto 0;
  white-space: normal;
}

@media (max-width: 767px) {
  .embedded-story, .embedded-story.no-text {
    display: inline-block;
    width: 100%;
  }
  .embedded-story figure,
  .embedded-story .story-text {
    display: block;
    width: 100%;
  }
  .embedded-story .story-text {
    padding: 15px 15px;
  }
  .embedded-story .story-text h3 {
    margin-bottom: 0;
  }
}