section.hero-gallery div.image-grid{display:grid;grid-template-columns:3fr 2fr;grid-template-rows:1fr 1fr;gap:1.875rem;max-height:31.25rem;height:31.25rem;grid-template-areas:"left top" "left bottom"}section.hero-gallery div.image-grid img:first-child{grid-area:left}section.hero-gallery div.image-grid img:nth-child(2){grid-area:top}section.hero-gallery div.image-grid img:nth-child(3){grid-area:bottom}section.hero-gallery img.gallery-image{width:100%;height:100%;object-fit:cover}section.hero-gallery div.image-grid img:nth-child(2),section.hero-gallery div.image-grid img:nth-child(3){max-height:calc((31.25rem - 1.875rem) / 2)}section.hero-gallery button.view-photos-button{padding:0 1.25rem;position:absolute;width:fit-content;bottom:1.25rem;right:1.25rem}@media (max-width:768px){section.hero-gallery div.image-grid{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:unset;height:unset;max-height:unset}section.hero-gallery div.image-grid img:first-child{grid-area:unset}section.hero-gallery div.image-grid img:nth-child(2){display:none}section.hero-gallery div.image-grid img:nth-child(3){display:none}section.hero-gallery button.view-photos-button{display:block;position:unset;margin:1.25rem auto}}