.acc-gallery__placeholder{display:flex;align-items:center;justify-content:center;color:var(--neutral-200);background:var(--neutral-100)}.acc-gallery .acc-gallery__placeholder-icon{width:74px;height:74px}.aui-modal-gallery .acc-item__wrapper{height:100%}.acc-gallery{display:flex;justify-content:center}.acc-gallery .acc-item__wrapper{position:relative;overflow:hidden;background:var(--neutral-100)}.acc-gallery .acc-item__wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(24,24,24,.10196);opacity:0;transition:opacity .25s ease}.acc-gallery .acc-item__wrapper:hover:after{opacity:1}.acc-gallery .mosaic-gallery-desktop .acc-item__wrapper{height:100%}.acc-gallery .acc-item__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;image-rendering:auto;will-change:auto}