.image-stack__row{align-items:start;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin:0;padding:0;width:100%}.image-stack__item{overflow:hidden;position:relative}.image-stack__item:first-child,.image-stack__item:nth-child(4){transform:translateY(-40px)}.image-stack__item img{box-shadow:0 4px 12px rgba(0,0,0,.1);display:block;height:auto;transition:transform .3s ease;width:100%}.image-stack__item:first-child img,.image-stack__item:nth-child(4) img{border-radius:30px}.image-stack__item:nth-child(2) img,.image-stack__item:nth-child(3) img{border-radius:20px}@media (max-width:920px){.image-stack__row{grid-template-columns:repeat(2,1fr)}.image-stack__item{transform:translateY(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}}