.project-tile-container{padding:30px}.project-tile{position:relative;width:100%;height:0;padding-bottom:174.33%;overflow:hidden}.project-tile .project-image{object-fit:cover}.project-tile .overlay,.project-tile .project-image{position:absolute;top:0;left:0;width:100%;height:100%}.project-tile .overlay{display:flex;flex-wrap:wrap}.project-tile .square{opacity:1;transition:opacity .2s ease-out}.project-tile .square.revealing{animation-name:fadeAway;animation-fill-mode:forwards;animation-timing-function:ease-out}@keyframes fadeAway{0%{opacity:1}to{opacity:0}}