.images-grid{display:grid;grid-template-columns:1fr}.images-grid--narrow-items{grid-template-columns:repeat(2, 1fr)}.images-grid--no-bleed{width:100%;box-sizing:border-box;max-width:var(--container-width);margin:0 auto;padding:0 var(--container-space);margin-top:.75rem;margin-bottom:.75rem;gap:.75rem}.images-grid--no-bleed--narrow-items{gap:.5rem}@media only screen and (min-width: 992px){.images-grid{grid-template-columns:repeat(auto-fit, minmax(0, 1fr))}.images-grid--no-bleed{margin-top:2.5rem;margin-bottom:2.5rem;gap:1rem}.images-grid--no-bleed--narrow-items{gap:1rem}}.images-grid__item{position:relative;width:100%}.images-grid__item::after{content:"";display:block;padding-bottom:133%}.images-grid__item--mobile-portrait::after{padding-bottom:133%}.images-grid__item--mobile-square::after{padding-bottom:100%}.images-grid__item--mobile-landscape::after{padding-bottom:50%}@media only screen and (min-width: 992px){.images-grid__item--desktop-portrait::after{padding-bottom:133%}.images-grid__item--desktop-square::after{padding-bottom:100%}.images-grid__item--desktop-landscape::after{padding-bottom:50%}}.images-grid__item-image svg,.images-grid__item-image img{position:absolute;width:100%;height:100%;object-fit:cover}.images-grid__item-content{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:1.5rem .5rem;text-align:center;overflow:hidden}@media only screen and (min-width: 768px){.images-grid__item-content{padding:2rem 1rem}}@media only screen and (min-width: 992px){.images-grid__item-content{padding:2.5rem 1rem}}.images-grid__item-content--overlay2{background:linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 60%)}.images-grid__item-title{font-family:Druk Wide, Arial Black, serif;font-size:1.5rem;font-weight:900;line-height:1.1;text-transform:uppercase;color:#fff;width:95%;text-shadow:#252424 .125rem .125rem 0;-webkit-text-stroke:1px #252424;hyphens:manual;word-wrap:break-word}@media(min-width: 768px){.images-grid__item-title{font-size:1.75rem}}@media(min-width: 992px){.images-grid__item-title{font-size:2.5rem}}.images-grid--narrow-items .images-grid__item-title{font-family:Druk Wide, Arial Black, serif;font-size:1.125rem;font-weight:900;line-height:1.1;text-transform:uppercase}@media(min-width: 768px){.images-grid--narrow-items .images-grid__item-title{font-size:1.25rem}}@media(min-width: 992px){.images-grid--narrow-items .images-grid__item-title{font-size:1.75rem}}.images-grid__item-link span{position:relative;margin-top:.5rem}@media only screen and (min-width: 768px){.images-grid__item-link span{margin-top:1rem}}.images-grid__item-link::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%}
