.list{position:relative;width:100%;height:auto}.item-wrapper{display:flex;align-items:center;justify-content:center;cursor:pointer;touch-action:manipulation;overflow:hidden}.item-img,.item-wrapper{position:absolute;border-radius:8px}.item-img{width:96%;height:96%;background-size:cover;background-position:50%;background-repeat:no-repeat;transition:filter .3s ease;top:50%;left:50%;transform:translate(-50%,-50%)}.item-wrapper:hover .item-img{filter:brightness(1.1)}.color-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:8px;transition:opacity .3s ease}@media (max-width:1024px){.color-overlay,.item-img,.item-wrapper{border-radius:6px}}@media (max-width:640px){.color-overlay,.item-img,.item-wrapper{border-radius:4px}}