:root{--gallery-gap:min(var(--module-padding-left),10px)}.gallery{--gallery-gap-negative:calc(var(--gallery-gap)*-1);margin:0 var(--gallery-gap-negative) calc(var(--gallery-gap-negative)*2)}.gallery__item{display:flex;padding:0 var(--gallery-gap) calc(var(--gallery-gap)*2)}.gallery__link{border-radius:6px;display:flex;flex:1;overflow:hidden}.gallery__link:is(:hover,:focus) .gallery__thumbnail{transform:scale(1.02)}.gallery__thumbnail{border-radius:6px;display:block;height:auto;object-fit:cover;transition-duration:.3s;width:100%}.gallery__thumbnail--square{aspect-ratio:4/3}@media (min-width:600px){.gallery{display:flex;flex-flow:row;flex-wrap:wrap}.gallery__item{width:50%}}@media (min-width:900px){.gallery__item{width:33.33333%}}@media (min-width:1200px){.gallery__item--fourth{width:25%}}