#bg.grid {
    top: 0;
}

#brand-list {
    margin-top: 5%;
    min-height: 0;
}

.abc {
    width: 100vw;
    height: 100vh;
    justify-content: center;
    position: fixed;
    top: 0;
    z-index: -1;
}

.abc p {
    transition: all .3s ease;
    font-family: "PP Neue Montreal";
    font-size: 9rem;
    font-style: normal;
    font-weight: 700;
    line-height: 96%;
    /* 8.64rem */
    letter-spacing: -0.27rem;
}
    .list-row p:nth-child(2){   font-size: 3rem!important;
}
.idiomas {
    max-width: 30vw;
    justify-content: space-between;
}

.idiomas a {
    color: var(--black250);
    font-size: 1.5rem;
    line-height: 96%;
    letter-spacing: -0.045rem;
}

.idiomas a:hover {
    color: var(--trending) !important;
}

.list-row:hover .idiomas a {
    color: #000;

}

@media only screen and (orientation:portrait) {
    article .flex:not(.list-row>.flex) {
        flex-direction: column;
    }

    #bg {
        display: none !important;
    }

    .abc {
        max-width: 90vw;
        width: min-content;
        justify-content: flex-end;
        align-content: flex-end;
        top: 0;
        right: 10%;
    }

    .abc p {
        width: min-content;
    }

    #brand-list {
        margin-top: 10vh!important;
    }

    .list .list-row {
        height: max-content!important;
        gap: 1rem;
        padding: 1rem!important;
    }

    .list-row .flex {
        width: 96vw!important;

    }

    .list-row p:nth-child(2) {

        font-size: 2.5rem!important;
    }

    .idiomas {
        max-width: 60vw;
    }
}