.page-node-type-story-hub .story-hub-component {
  padding-top: 200px;
  max-width: 930px;
  padding-bottom: 3rem;
}

.story-hub-component {
  max-width: 930px;
  margin: 1.75rem auto auto auto;
  /* max-width: 100%; */
}

.story-hub-element {
  position: relative;
  overflow: hidden;
  height: 367px;
}

#main-content .story-hub-component .h2-size.sh-title {
  font-family: var(--title-font);
  color: #000000;
  text-align: center;
  margin-bottom: 0.875rem;
}

#main-content .story-hub-component .sh-subtitle {
  text-align: center;
  font-size: var(--font-body-large);
  line-height: var(--line-height-large);
  font-family: var(--text-font);
  font-weight: 400;
  margin-bottom: 2rem;
  color: #000;
}

.sh-image-img {
  font-size: 0;
  line-height: 0;
}

.story-hub-element.sh-type-image img {
  transition: transform 1s ease-in-out;
  height: 367px;
  display: block;
}

.story-hub-element.sh-type-image:hover img {
  transform: scale(1.1);
}

.story-hub-element.sh-type-image .sh-background::after {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.story-hub-element-info {
  position: absolute;
  color: #fff;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#main-content .story-hub-element-info .element-title .h3-size {
  font-family: var(--title-font);
  color: #ffffff;
}

#main-content .story-hub-element-info .element-title.first .h3-size {
  padding-bottom: 0;
}

.story-hub-element-info .element-text {
  display: none;
}

.story-hub-element-info .element-link {
  margin-top: 2rem;
}

.story-hub-element .vjs-big-play-button,
.story-hub-element .vjs-control-bar {
  display: none;
}

.story-hub-element .video-js {
  width: 100%;
  height: 525px;
  top: -80px;
  position: absolute;
  left: 0;
}

.field--name-field-sh-elements > .field__item + .field__item {
  margin-top: 3rem;
}

.story-hub-element.sh-type-image img {
  object-fit: cover;
}

/* Grey bg */
.story-hub-component.bg-grey {
  background-color: var(--grey-extra-light);
  margin: 0;
  padding: 100px calc((var(--doc-width) - 930px) / 2);
  margin-left: calc(-1 * (var(--doc-width) - 1088px) / 2);
}

.section-wrapper.small .story-hub-component.bg-grey {
  padding: 100px calc((var(--doc-width) - 904px) / 2);
  margin-left: calc(-1 * (var(--doc-width) - 904px) / 2);
}

.section-wrapper.wide .story-hub-component.bg-grey {
  margin-left: calc(-1 * (var(--doc-width) - 1120px) / 2);
}

.section-wrapper.full .story-hub-component.bg-grey {
  margin-left: 0;
}

.two-columns .story-hub-component.bg-grey {
  padding: 100px 25px;
  margin-left: 0;
}

@media all and (max-width: 1119px) {
  .story-hub-element-info {
    width: 90%;
    left: 5%;
  }

  .two-columns .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 712px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - 738px) / 2);
  }
}

@media all and (max-width: 767px) {
  #main-content .story-hub-component .h2-size.sh-title {
    margin-bottom: 0;
    padding-bottom: 0.75rem;
  }

  #main-content .story-hub-component .sh-subtitle {
    margin-bottom: 1.125rem;
  }
  /* Grey bg */
  .story-hub-component.bg-grey {
    margin-left: calc(-1 * (var(--doc-width) - 320px) / 2);
    padding: 100px calc((var(--doc-width) - 320px) / 2);
  }

  .section-wrapper.full .story-hub-component.bg-grey,
  .section-wrapper.small .story-hub-component.bg-grey,
  .section-wrapper.wide .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 320px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - (0.9 * var(--doc-width))) / 2);
  }

  .section-wrapper.full .story-hub-component.bg-grey {
    margin-left: 0;
  }

  .two-columns .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 320px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - 320px) / 2);
  }

  .story-hub-component {
    width: 320px;
    margin: auto;
    padding-bottom: 2rem;
  }

  .field--name-field-sh-elements > .field__item + .field__item {
    margin-top: 2rem;
  }

  .story-hub-element.sh-type-image img {
    height: 420px;
    object-fit: cover;
  }

  .story-hub-element {
    position: relative;
    overflow: hidden;
    height: 420px;
  }

  .story-hub-element-info {
    width: 258px;
    bottom: 28px;
    left: 0;
    top: auto;
    max-width: 90%;
    right: 0;
    margin: auto;
  }

  .story-hub-element-info .element-title {
    font-size: 24px;
    line-height: 32px;
    max-height: 55%;
  }

  .story-hub-element-info .element-text {
    width: 100%;
  }

  .story-hub-element-info .element-link {
    margin-top: 1.75rem;
  }

  .story-hub-element .video-js {
    height: 420px;
    width: 730px;
    top: 0;
    left: -190px;
  }

  .story-hub-element-info .element-text {
    max-height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1119px) {
  .story-hub-component {
    max-width: 100%;
  }

  .story-hub-element.sh-type-image img {
    height: 410px;
  }

  .story-hub-component.bg-grey,
  .section-wrapper.small .story-hub-component.bg-grey,
  .section-wrapper.wide .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 738px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - 738px) / 2);
  }

  .section-wrapper.full .story-hub-component.bg-grey {
    padding: 100px 0;
    margin-left: 0;
  }
}

@media all and (min-width: 768px) {
  .story-hub-component .sh-title {
    width: 100%;
  }

  .two-columns .story-hub-component {
    max-width: 712px;
  }
}

@media screen and (min-width: 1921px) {
  .story-hub-component,
  .two-columns .story-hub-component {
    max-width: 850px;
    padding-bottom: 100px;
  }

  .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 1088px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - 1468px) / 2);
  }

  .section-wrapper.small .story-hub-component.bg-grey,
  .section-wrapper.wide .story-hub-component.bg-grey,
  .section-wrapper.full .story-hub-component.bg-grey {
    margin-left: calc(-1 * (var(--doc-width) - 1400px) / 2);
    padding: 100px calc((var(--doc-width) - 850px) / 2);
  }

  .section-wrapper.small .story-hub-component .sh-title,
  .section-wrapper.wide .story-hub-component .sh-title {
    width: 100%;
  }

  .section-wrapper.wide .story-hub-component.bg-grey {
    margin-left: calc(-1 * (var(--doc-width) - 1500px) / 2);
  }

  .section-wrapper.full .story-hub-component.bg-grey {
    margin-left: 0;
  }

  .node--type-landing-page .story-hub-component {
    max-width: 1088px;
  }

  .node--type-landing-page .story-hub-element {
    height: 410px;
  }

  .node--type-landing-page .story-hub-element.sh-type-image img {
    height: 100%;
  }

  .node--type-landing-page .story-hub-element .video-js {
    height: 608px;
    top: -100px;
  }
}

@media screen and (min-width: 2880px) {
  .page-node-type-story-item
    #main-content
    .story-section
    .story-hub-component
    .h3-size {
    margin-bottom: 0;
  }

  .two-columns .story-hub-component.bg-grey {
    padding: 100px 37.5px;
  }

  .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 1632px) / 2);
    margin-left: calc(-1 * (var(--doc-width) - 2218px) / 2);
  }

  .section-wrapper.small .story-hub-component.bg-grey,
  .section-wrapper.wide .story-hub-component.bg-grey,
  .section-wrapper.full .story-hub-component.bg-grey {
    padding: 100px calc((var(--doc-width) - 1275px) / 2);
  }

  .section-wrapper.small .story-hub-component.bg-grey {
    margin-left: calc(-1 * (var(--doc-width) - 1896px) / 2);
  }

  .section-wrapper.wide .story-hub-component.bg-grey {
    margin-left: calc(-1 * (var(--doc-width) - 2250px) / 2);
  }
  .section-wrapper.full .story-hub-component.bg-grey {
    margin-left: 0;
  }

  #main-content .story-hub-component .h2-size.sh-title {
    margin-bottom: 0.5em;
  }

  .sh-title.center {
    width: auto !important;
  }

  .story-hub-component,
  .two-columns .story-hub-component {
    max-width: 1275px;
    padding-bottom: 100px;
  }

  .story-hub-element {
    height: 550px;
  }

  .story-hub-element.sh-type-image img {
    height: 100%;
  }

  .story-hub-element .video-js {
    height: 1450px;
    top: -200px;
  }

  .node--type-landing-page .story-hub-component {
    width: 1632px;
  }

  .node--type-core-content-item.two-columns .story-hub-element {
    height: 480px;
  }

  .story-hub-element.sh-type-image img {
    height: 100%;
  }

  .two-columns .story-hub-element .video-js {
    height: 717px;
    top: -118.5px;
  }

  .node--type-landing-page .story-hub-element {
    height: 615px;
  }

  .node--type-landing-page .story-hub-element.sh-type-image img {
    height: 100%;
  }

  .node--type-landing-page .story-hub-element .video-js {
    height: 918px;
    top: -151.5px;
  }

  .sh-background {
    height: 100%;
  }

  .story-hub-element-info .element-link {
    margin-top: 3rem;
  }

  .field--name-field-sh-elements > .field__item + .field__item {
    margin-top: 4.5rem;
  }
}
