#album-grid .grid{flex:2;list-style-type:none}#album-grid .grid.max-cols-3{grid-template-columns:repeat(3,calc(33.3333% - 1.33333rem));gap:2rem;width:100%;padding:2rem;display:grid}@media screen and (max-width:1000px){#album-grid .grid.max-cols-3{grid-template-columns:repeat(2,calc(50% - 1rem));gap:2rem;width:100%;display:grid}}@media screen and (max-width:650px){#album-grid .grid.max-cols-3{grid-template-columns:repeat(1,100%);gap:2rem;width:100%;padding:1rem;display:grid}}#album-grid .grid.max-cols-2{grid-template-columns:repeat(2,calc(50% - 1rem));gap:2rem;width:100%;padding:1rem 3rem 3rem;display:grid}@media screen and (max-width:650px){#album-grid .grid.max-cols-2{grid-template-columns:repeat(1,100%);gap:1rem;width:100%;padding:1rem;display:grid}}#album-grid .grid.max-cols-1{grid-template-columns:repeat(1,100%);gap:5rem;width:100%;padding:1rem 3rem 3rem;display:grid}@media screen and (max-width:650px){#album-grid .grid.max-cols-1{grid-template-columns:repeat(1,100%);gap:5rem 0;width:100%;padding:1rem;display:grid}}#album-grid .cell{flex-direction:column;align-items:center;display:flex;position:relative}#album-grid .cell a{flex-direction:column;align-items:center;gap:.25rem;display:flex}#album-grid .cell a:hover>.album-title{background:repeating-linear-gradient(0deg,#fff 0 9.9px,#ff0 9.9px 19.8px,#fff 19.8px 30px);text-decoration:none}#album-grid .cell a:hover .image-overlay{opacity:1;transition:opacity .25s}#album-grid .image-container{position:relative}#album-grid .album-grid-image{object-fit:cover;width:100%;height:auto;margin:auto;overflow:hidden}#album-grid .image-overlay{color:#fff;mix-blend-mode:multiply;opacity:0;background-color:#000;background-image:url(/images/photography/tv-static.webp);justify-content:center;align-items:center;width:100%;height:100%;font-size:3.5rem;font-weight:700;transition:opacity .25s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}#album-grid .album-title{text-align:center;font-size:1.25rem;font-weight:300}
