.sc-masonry-gallery{width:100%}.sc-masonry-gallery__grid{display:grid;gap:16px;grid-auto-flow:dense;grid-auto-rows:clamp(220px,22vw,380px);grid-template-columns:1fr 1fr;width:100%}.sc-masonry-gallery__item{background:#e9e7e3;border-radius:15px;min-height:0;min-width:0;overflow:hidden}.sc-masonry-gallery__item img{display:block;height:100%;object-fit:cover;transition:transform .45s ease;width:100%}.sc-masonry-gallery__item:hover img{transform:scale(1.025)}.sc-masonry-gallery__placeholder{color:#68717c;display:grid;font-weight:600;height:100%;min-height:180px;place-items:center;width:100%}@media (max-width:600px){.sc-masonry-gallery__grid{display:flex;flex-direction:column;gap:10px}.sc-masonry-gallery__item{border-radius:10px;height:clamp(220px,68vw,340px);width:100%}}@media (prefers-reduced-motion:reduce){.sc-masonry-gallery__item img{transition:none}}