@media (max-width: 1500px) {
    .model__title {
        font-size: 6rem;
    }
    .footer__video-bg{
        width: auto;
        height: 100%;
    }
}

@media (max-width: 1350px) {
    .container {
        flex-direction: column;
        margin: 0 auto;
    }
    #canvas-container{
        height: 90%;
        width: 100%;
        margin-top: -10rem;
        margin-bottom: -20rem;
    }
    #text-container{
        height: 12%;
        width: 100%;
        text-align: center;
    }
    .model__title {
        text-align: center;
    }
}

@media (max-width: 1300px) {
    /* .loud-image__container {
        width: 35%;
    } */
    .layout__footer {
        padding: 0 5rem;
    }
    .store__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    padding-top: 0rem;
    }
    .store__category {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .loud__text {
        display: flex;
        flex-direction: column;
    }

    .loud__title{
        max-width: 100%;
        font-size: 6rem;
    }

    .loud__subtitle{
        max-width: 60%;
        font-size: 3.2rem;
    }
}

@media (max-width: 1050px) {
    .loud-image__container{
        width: 50%;
        opacity: 20%;
    }
    .model__title {
        font-size: 5rem;
    }
    .model__subtitle {
        font-size: 3.2rem;
    }
    #text-container{
        width: 100%;
        height: 20%;
    }
    .store__category {
        width: 60%;
    }
}