.img-with-link-and-text{position:relative}.img-with-link-and-text__img{transition:opacity .3s ease}.img-with-link-and-text__img-hover{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.img-with-link-and-text:hover .img-with-link-and-text__img-hover{opacity:1}.img-with-link-and-text:hover .img-with-link-and-text__img{opacity:0}.img-with-link-and-text__text{height:fit-content;left:32px;position:absolute;top:50%;transform:translateY(-50%);width:100%}