#matrix-must-heroes .card-style-must-hero{
    min-width: 15vw;
}


@media (max-width: 900px) {

    #matrix-latest-bottom {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #matrix-popular .card-style-pop:nth-child(n+9){
        display: none;
    }

    #matrix-featured .card-style-feat:nth-child(n+9){
        display: none;
    }

    #matrix-releases .card-style-pop:nth-child(n+9){
        display: none;
    }
}
