@media (min-width: 481px) {
    .marketing {
        left: 100%;
        top: 10vh;
        width: 97vh;

        line-height: 1em;
        color: #FFFFFF;
        font-size: 6.2em;
        letter-spacing: -0.05em;
    }

    .marketing span {
        color: #FEC500;
    }

    .arvore-caixa {
        left: 100%;
        width: 88vh;
        top: 70vh;

        font-size: 2.25em;
        font-weight: 100;
        text-decoration: underline;
        text-underline-position: under
    }

    .arvore-caixa a {
        color: #FEC500;
    }

    .caixinha {
        left: 100%;
        top: 10vh;
        width: 106vh;
        height: 80vh;

        background-image: url(/assets/images/caixinha.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
}

@media (max-width: 480px) {
    section#caixinha {
        margin-top: 5vh;
        height: 110vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .marketing {
        line-height: 1em;
        color: #FFFFFF;
        font-size: 3em;
        letter-spacing: -0.05em;
    }

    .marketing span {
        color: #FEC500;
    }

    .arvore-caixa {
        font-size: 1.5em;
        font-weight: 100;
        text-decoration: underline;
        text-underline-position: under;
        margin-top: 5vh;
    }

    .arvore-caixa a {
        color: #FEC500;
    }

    .caixinha {
        width: 100vw;
        height: 100vh;
        background-image: url(/assets/images/caixinha.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        margin-top: 10vh;
    }
}