.pinned-promo {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 2000px;
    width: calc(100% - 6px);
}



.pinned-promo .top {
    align-items: center;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    width: 100%;
}


.pinned-promo .other {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 6px;
    justify-content: center;
    width: 100%;
}



/* top */
.pinned-promo .top a { /* needed to make things work */
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.pinned-promo .top a .promo {
    align-items: center;
    background-color: #2b2b2b;
    background-image: url(/media/assets/image_placeholder/pack-thumbnail-list.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    max-width: 2000px;
    min-height: 150px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pinned-promo .top a .promo:focus-visible {
    outline: var(--focus-outline-wh);
}


.pinned-promo .top a .promo .bgntx {
    align-items: flex-end;
    background: linear-gradient(to top, #000000cb, #00000000);
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 20px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.pinned-promo .top a .promo .bgntx p {
    font-size: 1.3rem;
}


.pinned-promo .top a .promo img {
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}



/* other */
.pinned-promo .other a { /* needed to make things work */
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.pinned-promo .other a .promo {
    align-items: center;
    aspect-ratio: 16/9;
    background-color: #2b2b2b;
    background-image: url(/media/assets/image_placeholder/pack-thumbnail-list.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.pinned-promo .other a .promo:focus-visible {
    outline: var(--focus-outline-wh);
}


.pinned-promo .other a .promo .bgntx {
    align-items: flex-end;
    background: linear-gradient(to top, #000000cb, #00000000);
    display: flex;
    height: 100%;
    justify-content: flex-start;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.pinned-promo .other a .promo .bgntx p {
    font-size: 1.1rem;
}


.pinned-promo .other a .promo img {
    height: 100%;
    min-height: 150px;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}












@media only screen and (min-width: 413px) {
    .pinned-promo {
        flex-direction: row;
    }



    .pinned-promo .top {
        width: 70%;
    }


    .pinned-promo .other {
        flex-direction: column;
        width: 34%;
    }
}



@media only screen and (min-width: 640px) {
    .pinned-promo {
        flex-direction: column;
        width: calc(69% - 6px);
    }



    .pinned-promo .top {
        width: 100%;
    }


    .pinned-promo .other {
        flex-direction: row;
        width: 100%;
    }
}



@media only screen and (min-width: 935px) {
    .pinned-promo {
        gap: 10px;
    }


    .pinned-promo .other {
        gap: 10px;
    }
}



@media only screen and (min-width: 1100px) {
    .pinned-promo .top a .promo .bgntx p {
        font-size: 1.5rem;
    }



    .pinned-promo .other a .promo .bgntx p {
        font-size: 1.2rem;
    }
}



@media only screen and (min-width: 1600px) {
    .pinned-promo {
        gap: 15px;
    }


    .pinned-promo .other {
        gap: 15px;
    }



    .pinned-promo .top a .promo .bgntx p {
        font-size: 1.8rem;
    }



    .pinned-promo .other a .promo .bgntx {
        padding: 14px;
    }

    .pinned-promo .other a .promo .bgntx p {
        font-size: 1.5rem;
    }
}



@media only screen and (min-width: 2300px) {
    .pinned-promo {
        gap: 20px;
        width: calc(63% - 6px);
    }


    .pinned-promo .other {
        gap: 20px;
    }



    .pinned-promo .top a .promo .bgntx p {
        font-size: 2rem;
    }
}



@media only screen and (min-width: 2500px) {
    .pinned-promo {
        gap: 25px;
        width: calc(56.4% - 6px);
    }


    .pinned-promo .other {
        gap: 25px;
    }
}