.poster{display:grid;grid-template-columns:1fr var(--max) 1fr;@media (max-width:1920px){grid-template-columns:0 1fr 0;}grid-gap:var(--2);background:var(--color-bright-bg);color:var(--color-bright-fg);}.poster__background{grid-column:1/4;grid-row:1;}.poster__foreground{grid-column:2;@media (min-width:1000px){padding:var(--2);margin:auto auto auto var(--2);max-width:calc(var(--1) * 18);}@media (max-width:999px){margin:auto 0 var(--2);}@media (min-width:801px){grid-row:1;position:sticky;top:0;bottom:0;backdrop-filter:blur(0.05rem);}}.poster__background img{width:100%;height:100%;object-fit:cover;}.poster__title,.poster__subtitle{text-shadow:0 0.222rem 0.222rem #00000033;}.poster__footer{margin-top:var(--2);}@media (max-width:800px){.poster{background:var(--color-base-bg);color:var(--color-base-fg);}.poster__title,.poster__subtitle{text-shadow:none;}}
