/* Homepage only: follow the content container width without cropping the artwork. */
body #home-banner {display:grid;grid-template-rows:1fr;width:calc(100% - 48px);max-width:1400px;margin:0 auto 24px;padding:0;overflow:hidden;transition:grid-template-rows .8s ease-in-out,margin-bottom .8s ease-in-out;}
body #home-banner .home-banner-clip {min-height:0;overflow:hidden;}
body #home-banner .home-banner-heading {margin:0;padding:0;line-height:0;transform:translateY(0);transition:transform .8s ease-in-out;}
body #home-banner img {display:block;width:100%;height:auto;max-width:100%;}
body #home-banner.is-hidden {grid-template-rows:0fr;margin-bottom:0;}
body #home-banner.is-hidden .home-banner-heading {transform:translateY(-100%);}
@media(prefers-reduced-motion:reduce) {
 body #home-banner,body #home-banner .home-banner-heading {transition:none;}
}
@media(max-width:991px) {body #home-banner {width:calc(100% - 28px);}}
@media(max-width:575px) {body #home-banner {width:100%;}}
