#post-grid-app .post-grid{position:relative;display:flex;flex-wrap:wrap;margin:-8px}#post-grid-app .post-grid .post{flex-basis:33%;padding:8px;cursor:pointer}#post-grid-app .post-grid .post .post-inner{height:100%;background:#fff}#post-grid-app .post-grid .post .post-inner .img-container{overflow:hidden;position:relative;padding-bottom:56.2%}#post-grid-app .post-grid .post .post-inner .img-container img{border-radius:0;transition:transform 250ms;position:absolute;object-fit:cover;height:100%;width:100%}#post-grid-app .post-grid .post .post-inner .info-container{padding:13px 17px 25px 17px}#post-grid-app .post-grid .post .post-inner .info-container .title{font-size:19px;line-height:25px;font-weight:700;color:#333}#post-grid-app .post-grid .post:hover img{transform:scale(1.05)}#post-grid-app .post-grid .loading-overlay{position:absolute;height:100%;width:100%;top:0;left:0;background:#005baa;opacity:.3}#post-grid-app .pagination{display:flex;border:0;padding:30px 0 15px 0}#post-grid-app .pagination span{width:35px;height:35px;background:#fff;border-radius:30px;margin-right:8px !important;font-size:16px;user-select:none;cursor:pointer;display:flex;justify-content:center;align-items:center}#post-grid-app .pagination span.current{font-weight:700;cursor:default}
