.gallery{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media (min-width:990px){.gallery{gap:40px;grid-template-columns:repeat(3,1fr)}}.gallery__item{display:block;overflow:hidden;position:relative;z-index:1}.gallery__item:before{content:"";-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:manipulation;touch-action:manipulation;position:absolute;top:10px;right:10px;pointer-events:none;background-color:#8c6a4a;background-image:url(/wp-content/themes/vandekraats/assets/images/zoom.svg);background-repeat:no-repeat;background-size:15px;background-position:50%;-webkit-box-shadow:none;box-shadow:none;width:35px;height:35px;z-index:2;-webkit-transition:background-color .3s;transition:background-color .3s}.gallery__item:hover:before{background-color:color-mix(in oklab,#8c6a4a,#000 15%);-webkit-transition:background-color .3s;transition:background-color .3s}.gallery__item-visual{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;display:block}