.gallery{--gallery-columns:2;--gallery-gap:1rem;margin-bottom:0}@media (min-width:768px){.gallery{--gallery-columns:3}}@media (min-width:992px){.gallery{--gallery-columns:4}}@media (min-width:1200px){.gallery{--gallery-gap:1.5rem}}.gallery-gutter{width:var(--gallery-gap)}.gallery-link{--bs-aspect-ratio:56.25%;position:relative;margin-bottom:var(--gallery-gap);width:calc(100% / var(--gallery-columns) - var(--gallery-gap) * (var(--gallery-columns) - 1)/ var(--gallery-columns));overflow:hidden}.gallery-link::before{content:"";display:block;padding-top:var(--bs-aspect-ratio)}.gallery-link>*{--img-width:calc(100% - 0px - 0px);position:absolute;top:0;left:0;right:0;bottom:0;width:var(--img-width);max-width:var(--img-width)!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.gallery-img,.gallery-link{border-radius:.625rem}