.npc-image-gallery{margin:20px 0}.npc-image--left .npc-image-gallery__row{justify-content:flex-start}.npc-image--center .npc-image-gallery__row{justify-content:center}.npc-image--right .npc-image-gallery__row{justify-content:flex-end}.npc-image-gallery__row{display:flex;flex-wrap:wrap;gap:var(--npc-gap,20px);justify-content:inherit}.npc-image-gallery__col{flex:0 1 calc((100% - (var(--npc-columns, 3) - 1)*var(--npc-gap, 20px))/var(--npc-columns, 3));max-width:100%;min-width:0}.npc-image-gallery__figure{height:100%;margin:0;text-align:center}.npc-image-gallery__figure img{display:block;height:100%!important;object-fit:cover;width:100%}.npc-image-gallery__figure a{display:block}.npc-image-gallery__caption{color:#6b7280;font-size:14px;margin-top:8px;text-align:center}@media (max-width:480px){.npc-image-gallery__col{flex:0 0 100%}}