@-webkit-keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.story-book-card__left img {
  display: block;
  height: 100%;
  width: 100%; }

.story-book-card__left *:not(.contextual):not(iframe) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center; }

.story-book-card__left .field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .story-book-card__left .field-media-oembed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.story-book-card__right {
  background: #EEE;
  padding-bottom: 8rem;
  position: relative; }
  @media (min-width: 768px) {
    .story-book-card__right {
      background: none;
      padding-bottom: 0; } }

.story-book-card__right__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  .story-book-card__right__bg-image *:not(.contextual) {
    height: 100%; }
  .story-book-card__right__bg-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center; }
  .story-book-card__right__bg-image ~ .story-book-card__right__container {
    background: none; }

.story-book-card__right__container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 30px 45px;
  background-color: #EEE;
  z-index: 1; }
  .story-book-card__right__container a {
    margin-top: 3rem; }
    @media (min-width: 768px) {
      .story-book-card__right__container a {
        margin-top: 0; } }
  .story-book-card__right__container > *:not(:last-child) {
    margin-bottom: 1rem; }
  .story-book-card__right__container h2,
  .story-book-card__right__container h3,
  .story-book-card__right__container h4,
  .story-book-card__right__container h5,
  .story-book-card__right__container h6 {
    margin: 0;
    margin-bottom: 0.5rem; }
  .story-book-card__right__container .wysiwyg-content {
    height: 100%; }
    .story-book-card__right__container .wysiwyg-content > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.story-book-card__right__title > * {
  margin-bottom: 0; }

.story-book-card__right__link {
  width: auto;
  padding: 8px 20px;
  text-decoration: none;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 0;
  background-color: #FFF;
  color: #000; }
  .story-book-card__right__link:hover {
    background-color: #000;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease; }
  .story-book-card__right__link > * {
    height: 100%;
    width: 100%;
    background: none;
    color: inherit;
    background-color: inherit;
    text-decoration: none; }
  .story-book-card__right__link a {
    color: inherit;
    background-color: inherit;
    text-decoration: none; }
