.december-light{--theme-primary:#01440f;--theme-secondary:#840000;--theme-tertiary:#00b409;--theme-text:#00b409;--theme-background:#f2f2f2}.january{--theme-primary:#5c574f;--theme-secondary:#d66853;--theme-tertiary:#48483a;--theme-text:#5c574f;--theme-background:#dfe0dc;--theme-alt-background:#d1d3c4}.february-light{--theme-primary:#8af3ff;--theme-secondary:#3382ef;--theme-tertiary:#ed7392;--theme-text:#0b3142;--theme-background:#b1ddf2;--theme-alt-background:#f7f0f0}.march-light{--theme-primary:#276904;--theme-secondary:#c4d1d7;--theme-tertiary:#fa91b2;--theme-text:#1f6898;--theme-background:#c4d1d7;--theme-alt-background:transparent}.april-light{--theme-primary:#ffdccc;--theme-secondary:#fdb7ea;--theme-tertiary:#b4ffab;--theme-text:#536271;--theme-background:#b7b1f2;--theme-alt-background:transparent}.may-light{--theme-primary:#ff4542;--theme-secondary:#f1dede;--theme-tertiary:#f9c22e;--theme-text:#424c55;--theme-background:#6e0d25;--theme-alt-background:transparent}.june-light{--theme-primary:#ffae36;--theme-secondary:#dd6031;--theme-tertiary:#4da5e0;--theme-text:#2e382e;--theme-background:#fffa71;--theme-alt-background:transparent}.july-light{--theme-primary:#19549c;--theme-secondary:#d01827;--theme-tertiary:#f58f29;--theme-text:#fff;--theme-background:#19549c;--theme-alt-background:transparent}.august-dark{--theme-primary:#510c0c;--theme-secondary:#950006;--theme-tertiary:#ffbf1e;--theme-text:#000;--theme-background:#510c0c;--theme-alt-background:transparent}ul.list-grid{display:grid;padding:1rem;margin:0;grid:auto-flow/1fr 1fr;grid-gap:1rem;gap:1rem}ul.list-grid li{aspect-ratio:16/9;position:relative;list-style:none;background-color:#191919;border-radius:15px;overflow:hidden}ul.list-grid li.background--white{background-color:#ebebeb}ul.list-grid li img{position:absolute;width:90%;height:auto;margin:auto;bottom:unset;top:.5rem;z-index:0;transition-duration:.3s}ul.list-grid li img.center{bottom:0;top:0}ul.list-grid li img.center--top{bottom:0;top:-7px}ul.list-grid li img.squareish{width:38%}ul.list-grid li img.squareish--plus{width:50%}ul.list-grid li img.full-width{width:100%;top:0}ul.list-grid li img.infront{z-index:2}ul.list-grid li a{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative;border-radius:15px;height:100%;text-decoration:none}ul.list-grid li a span{z-index:1;display:block;color:#fff;font-size:1.5rem;font-weight:700;font-family:var(--avenir);padding-bottom:.5rem;position:absolute;bottom:-100%;transition-duration:.3s}ul.list-grid li a:hover span{bottom:0}ul.list-grid li a:hover img.shaded{filter:brightness(.65)}ul.list-grid li a:hover img.shaded--light{filter:brightness(.85)}ul.list-grid li a:hover img.shaded--dark{filter:brightness(.5)}ul.list-grid li a:hover img.infront{opacity:0}@media screen and (min-width:760px){ul.list-grid{grid:auto-flow/1fr 1fr 1fr}}