.collection-poster{width:100%;height:100%;position:relative;overflow:hidden;border-right:2px solid var(--color-white);border-bottom:2px solid var(--color-white)}@media (max-width:768px){.collection-poster{height:0;padding-bottom:135%}}.collection-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}.collection-poster .poster-content{position:absolute;top:0;left:0;width:100%;z-index:2;padding:4em 2em;text-align:center}.collection-poster .poster-content__text{display:flex;flex-direction:column;gap:1.125em;text-transform:uppercase}.collection-poster .poster-content__text span{display:block;line-height:1}.collection-poster .poster-content__text .title{font:2em droid-serif,arial,sans-serif;font-weight:400}