.jumbotron {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#pageIndex #blockquoteCarousel {
  background: #00adef linear-gradient(90deg, #00adef, #007dc5);
}

#pageIndex #blockquoteCarousel::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: inherit;
  opacity: 1;
  width: 100%;
  height: 100%;
  transform: skewY(15deg);
  transform-origin: left bottom;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  background: #0071bb linear-gradient(270deg, #0071bb, #272ba7);
}

#pageIndex #blockquoteCarousel figure {
  padding: 48px 12.5% 24px;
  min-height: 536px; /** 512px + 24px */
}

.blockquote-figure blockquote::before,
.blockquote-figure blockquote p::after,
#pageIndex #blockquoteCarousel figure blockquote::before,
#pageIndex #blockquoteCarousel figure blockquote p::after {
  content: "\0022";
  position: absolute;
  width: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: 300;
  color: inherit;
}

.blockquote-figure blockquote::before,
#pageIndex #blockquoteCarousel figure blockquote::before {
  top: -8px;
  left: -32px;
  float: left;
  height: 64px;
  line-height: 64px;
  font-size: 64px;
  text-align: center;
}

#pageIndex #blockquoteCarousel figure img {
  visibility: hidden;
}

@media (min-width: 992px) {

  #pageIndex #blockquoteCarousel figure {
    padding-right: calc(15% + 240px);
  }

  #pageIndex #blockquoteCarousel figure img {
    bottom: 0;
    right: calc(15% - 80px);
    /* display: inline-block; */
    width: 320px;
    height: 512px;
    visibility: visible;
  }
}
