.postCard{background:#fff;border-radius:.3rem;position:relative;height:100%;display:flex;flex-direction:column;border-radius:.2rem;overflow:hidden}.postCard-url{position:absolute;top:0;right:0;left:0;bottom:0;display:block;z-index:4}.postCard-header{position:relative;overflow:hidden}.postCard-header .appImage{transition:transform .3s ease}.postCard-body{padding:2rem;flex:1 1 0%}.postCard-body>*{margin:.5rem 0 0}.postCard-body>:first-child{margin-top:0}.postCard-title{font-size:1.1rem;transition:.3s ease}.postCard:hover .postCard-header .appImage{transform:scale(1.05)}.postCard:hover .postCard-title{color:#55cc7a}.noData{text-align:center;color:#d5d3dd}.noData .icon{width:3em;height:3rem}