.post-card{display:flex;flex-flow:column;justify-content:start;align-items:center;width:100%;height:100%;padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px;border-top:1px none;border-bottom:1px none;border-left:1px none;border-right:1px none}.mb-12{margin-bottom:5px}.outer{display:flex;flex-flow:column;justify-content:center;align-items:center;width:100%;padding-top:80px;padding-bottom:80px}.inner{width:100%;max-width:1200px}.hover-post-card{display:flex;flex-flow:column;justify-content:start;align-items:start;position:relative;width:100%;height:100%;overflow:hidden;aspect-ratio:1;color:#FFF;text-decoration:none;background-image:var(--bg-image);background-size:cover;background-position:50% 50%;background-repeat:repeat;background-attachment:scroll}.hover-post-card:hover .post-content-wrap{opacity:1;max-height:400px}.hover-post-date{position:absolute;top:12px;right:12px;color:#FFF;font-size:12px;padding-top:4px;padding-right:8px;padding-bottom:4px;padding-left:8px;background-color:#000000AD}.post-overlay{display:flex;flex-flow:column;justify-content:start;align-items:start;position:absolute;right:0px;bottom:0px;left:0px;color:#FFF;padding-top:200px;padding-right:32px;padding-bottom:32px;padding-left:32px}.post-overlay{background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1) 300px);pointer-events:none}.post-content-wrap{max-height:0px;overflow:hidden;opacity:0;transition:all 1000ms ease-in-out}