.img-wrapper{position:relative;overflow:hidden;background-color:#000;height:200px}.img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),opacity 0.6s ease}.img-lazy-fade{opacity:0;transition:opacity 0.6s ease-in-out}.img-lazy-fade[src]{opacity:1}.img-wrapper{background-color:#f0f4f0;position:relative;overflow:hidden}.overlay-oscura{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);opacity:0;transition:opacity 0.5s ease;pointer-events:none}.img-wrapper:hover img{transform:scale(1.15);opacity:0.7}.img-wrapper:hover .overlay-oscura{opacity:1}