.background-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:-1;overflow:clip}.background-image img{min-width:100%;display:block;object-fit:cover}.background-image:before{content:"";display:block;min-width:100%;min-height:100%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,1) 100%);position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}h1,p{text-align:center}h1{align-self:end}p.no-photos-text{color:var(--body-light-font-color);align-self:start}p.no-photos-text>a{text-decoration:underline;color:var(--dark-cyan-color)}.home-grid{display:grid;gap:1rem;padding-block:1rem;width:100%;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:1rem}.home-grid.single-post{grid-auto-flow:row;grid-template-columns:1fr;place-content:center;overflow-x:hidden}.home-grid.single-post .post{width:100%;max-width:600px;margin:0 auto;scroll-snap-align:none}.home-grid:not(.single-post){grid-auto-flow:column;place-content:start}.home-grid:not(.single-post) .post{scroll-snap-align:center}.post{width:100%;height:auto;margin:0;display:grid;grid-template-columns:1fr;gap:.5rem;place-items:center;background-color:#fff;border-radius:5px;border:10px solid #fff}.post img{max-width:100%;min-width:100%;width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;display:block}.post p{text-align:center;color:var(--body-dark-font-color);min-height:108px;display:grid;grid-template-columns:1fr;place-items:center}@media (max-width: 768px){.home-grid{grid-auto-columns:75%}.home-grid.single-post .post{max-width:90%}.post{border-width:7px}}
