/*For Get Help With Section at homepage. It's for library main site only so it's not added to the theme*/
@media (min-width: 48rem) {
    .layout-above-section-spacing-none .node__content > .layout.background-color-light-gray {
        margin-top: -7.4rem;
        padding-top: 8.5rem;
        padding-bottom: 1.25rem;
    }
}

/* Reduce the hero image height*/
@media (min-width: 75rem) {
  .node__content .layout:nth-child(1) .block-ps-image figure {
    overflow: hidden;
    height: 0;
    padding-bottom: clamp(18vw,calc(100vh - 16rem),30vw);
    position: relative;
}

.node__content .layout:nth-child(1) .block-ps-image img {
    /* to crop vertically to the middle */
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
  }
}