.image-tile{width:calc(94% / 2 - 3px);height:180px;display:inline-block;position:relative;margin-right:2%;margin-bottom:16px}.overlay{position:absolute;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0.7);overflow:hidden;width:100%;height:0;transition:.5s ease}.image-tile:hover .overlay{height:25%}.text{padding:8px}@media only screen and (max-width:600px){.image-tile{width:100%}}