.hero-home-alt{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr;grid-gap:2rem}.hero-home-alt__content{grid-area:1/1/2/3}.hero-home-alt__image:nth-of-type(2){grid-area:2/1/3/2}.hero-home-alt__image:nth-of-type(3){grid-area:2/2/3/3}.hero-home-alt__content{padding:4rem;text-align:center}.hero-home-alt__heading{margin-bottom:4rem}.hero-home-alt__image{display:none}.hero-home-alt__image:nth-of-type(2),.hero-home-alt__image:nth-of-type(3){display:block}.hero-home-alt__image>img{width:100%}@media(min-width:992px){.hero-home-alt{grid-template-columns:1fr repeat(2,.5fr) 1fr;grid-template-rows:1fr 4rem 8rem .7fr}.hero-home-alt__content{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:1/2/4/4;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;border-radius:0 0 10rem 10rem;justify-content:space-between}.hero-home-alt__heading{font-size:7rem}.hero-home-alt__image{display:block;position:relative}.hero-home-alt__image:nth-of-type(2){grid-area:1/1/3/2}.hero-home-alt__image:nth-of-type(3){grid-area:3/1/5/2}.hero-home-alt__image:nth-of-type(4){grid-area:4/2/5/3}.hero-home-alt__image:nth-of-type(5){grid-area:4/3/5/4}.hero-home-alt__image:nth-of-type(6){grid-area:1/4/2/5}.hero-home-alt__image:nth-of-type(7){grid-area:2/4/5/5}.hero-home-alt__image>img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}}@media(min-width:1200px){.hero-home-alt__heading{font-size:11rem}}