.image-stack__row{align-items:end;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin:0;padding:0;width:100%}.image-stack__item{aspect-ratio:4/3.5;overflow:visible;position:relative}.image-stack__item img{border-radius:20px 20px 0 0;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block;height:100%!important;max-width:none!important;object-fit:cover;transition:transform .3s ease;width:100%!important}.image-stack__item:first-child img,.image-stack__item:nth-child(4) img{border-radius:30px 30px 0 0;height:calc(100% + 40px)!important;margin-top:-40px}@media (max-width:920px){.image-stack__row{grid-template-columns:repeat(2,1fr)}.image-stack__item{transform:none}.image-stack__item:first-child img,.image-stack__item:nth-child(4) img{height:100%!important;margin-top:0}.image-stack__item:first-child,.image-stack__item:nth-child(4){display:none}}@media (max-width:500px){.image-stack__row{grid-template-columns:1fr}.image-stack__item:first-child,.image-stack__item:nth-child(3),.image-stack__item:nth-child(4){display:none}}