.post-gallery{display:grid;position:relative;width:100%;height:auto;grid-template-columns:1fr 1fr;-moz-column-gap:32px;column-gap:32px}@media screen and (max-width: 768px){.post-gallery{grid-template-columns:1fr}}.post-gallery .post{display:block;position:relative;margin-bottom:24px;opacity:0}.post-gallery .post.fadeIn{transition:opacity .3s ease-in-out;opacity:1}.post-gallery .post img{width:100%;height:auto;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.post-gallery .post h2{text-transform:uppercase;line-height:0px;margin:16px 0 0}.post-gallery .post a:hover{text-decoration:none}
