.image-gallery__row{align-items:center;display:flex;flex-direction:column;gap:.75rem}@media (min-width:1024px){.image-gallery__row{flex-direction:row}}.image-gallery__prefix-label{color:var(--color-brand-grey);font-size:12px;font-weight:700;letter-spacing:.15em;text-align:center;text-transform:uppercase;white-space:nowrap}.image-gallery__wrapper{display:flex;flex-wrap:wrap;justify-content:center}.image-gallery__image-container{align-items:center;display:flex;width:50%}@media (min-width:640px){.image-gallery__image-container{width:33.3333%}}.image-gallery__image{height:auto;padding:.7rem 1.4rem;width:100%}.image-gallery__lightbox{display:none}.image-gallery__lightbox--open{background:rgba(0,0,0,.75);display:block;height:100%;left:0;overflow:scroll;padding:1rem;position:fixed;top:0;width:100%;z-index:100}.hs-inline-edit .image-gallery__lightbox--open{display:none}.image-gallery__caption p{color:#fff}.image-gallery__close-button{display:flex;margin-left:auto}.image-gallery__lightbox-content{text-align:center}.image-gallery__lightbox-image{height:auto;margin-bottom:1.4rem;max-width:100%}