.imatge-overlay{position:relative;display:inline-block;overflow:hidden;width:100%;max-width:100%}.imatge-overlay img{display:block;width:100%;height:auto}.imatge-overlay .overlay-text{position:absolute;bottom:-100%;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.5rem;font-weight:bold;transition:bottom 0.4s ease}.imatge-overlay:hover .overlay-text{bottom:0}