.floating-lines-container{width:100%;height:100%;position:relative;overflow:hidden}.masonry-list{position:relative;width:100%;min-height:400px}.masonry-item-wrapper{position:absolute;will-change:transform,width,height,opacity;padding:8px;cursor:pointer;top:0;left:0}.masonry-item-wrapper>.masonry-item-img{position:relative;background-size:cover;background-position:50%;width:100%;height:100%;border-radius:12px;filter:grayscale(100%);box-shadow:0 4px 24px rgba(0,0,0,.4);transition:filter .3s ease}.masonry-item-wrapper:hover>.masonry-item-img{filter:grayscale(0)}