.projects-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;margin-bottom:2rem;width:100%}.project{min-width:0;display:block}.project .img{width:100%;height:215px;overflow:hidden;margin-bottom:.5rem;position:relative}.project .img .img-thumb{position:absolute;min-width:100%;top:50%;transform:translate(-50%,-50%);left:50%}@media (max-width:900px){.projects-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.projects-list{grid-template-columns:1fr}}