.project{flex:1;position:relative;background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:250px;display:flex;align-items:center;justify-content:center}.project>div>h1{color:#fff}.project figure img{width:100%;height:100%;object-fit:cover}.project .absolute.inset-0{background:rgba(0,0,0,.25);opacity:0;transition:opacity .3s ease-in-out}.group:hover .project .absolute.inset-0{opacity:1}.group:hover .project span{color:#e4e4e4}.project figure img{object-fit:contain;max-width:80%;max-height:80%}.project__span{display:block;font-size:16px;font-weight:400;color:#666;text-align:left;margin-top:8px;transition:color .3s ease}.group:hover .project__span{color:#000}