.section-poster-ctas{position:relative}.section-poster-ctas__inner{display:flex;gap:2em;flex-wrap:nowrap}@media (max-width:1024px){.section-poster-ctas__inner{gap:1em}}@media (max-width:768px){.section-poster-ctas__inner{flex-wrap:wrap}}.poster{width:100%;position:relative;overflow:hidden;border-radius:.5em;color:rgba(var(--color-white),1);text-decoration:none}.poster:hover{text-decoration:none}.poster--dark h4,.poster--dark p{color:rgba(var(--color-black),1)}.poster__content{position:relative;z-index:3;padding:2em 0 2em 2em;max-width:60%;text-shadow:1px 1px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;height:100%}@media (max-width:768px){.poster__content{padding:2em 0 2em 1.5em;max-width:70%}}.poster__content h4{margin-bottom:.25em}.poster__content p{font-size:.875em;margin-bottom:1.25em}.poster__actions{margin-top:auto}.poster .overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-color:rgba(2,6,20,.4)}.poster img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1}