.gallery-container{display:flex;gap:-25px;padding:20px}.rhomboid-wrapper{height:70px;margin:0 1px;overflow:hidden;transform:skewX(-18deg);transition:transform .3s ease-in-out;width:150px}.rhomboid-image{background-position:center 25%;background-size:cover;height:100%;transform:skewX(18deg) scale(2.15);transition:transform .4s ease-in-out;width:100%}.rhomboid-wrapper:hover .rhomboid-image{transform:skewX(18deg) scale(1.25)}