.card__img{visibility:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:200px}
.card__img--hover{transition:0.2s all ease-out;background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;position:absolute;height:235px;top:0}
.card.post-card{transition:all 0.4s cubic-bezier(0.175,0.885,0,1);background-color:#fff;position:relative;border-radius:12px;overflow:hidden;box-shadow:0px 13px 10px -7px rgba(0,0,0,0.1)}
.card.post-card:hover{box-shadow:0px 30px 18px -8px rgba(0,0,0,0.1);transform:scale(1.05,1.05)}
.card__info{z-index:2;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px;padding:16px 24px 24px 24px}
.card__category{text-transform:uppercase;font-size:13px;letter-spacing:1px;font-weight:500;color:#868686}
.card:hover .card__img--hover{height:100%;opacity:0.3}
.card:hover .card__info{background-color:transparent;position:relative}
.card:hover .card__info-hover{opacity:1}
.post-card-tag{background-color:white}
.post-card-tag:hover{background-color:#FF9B52}