@media (min-width: 481px) {
    .inventario {
        left: 100%;
        top: 10vh;
        width: 95vh;
        
        line-height: 1em;
        color: #FFFFFF;
        font-size: 6.2em;
        letter-spacing: -0.05em;
    }

    .inventario span {
        color: #FEC500;
    }

    .conheca {
        left: 100%;
        width: 88vh;
        top: 75vh;

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

    .conheca a {
        color: #FEC500;
    }

    .celular {
        top: 10vh;
        left: 100%;
        width: 106vh;
        height: 90vh;

        background-image: url(/assets/images/mao.png);
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 126vh;
    }
}

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

    .celular {
        width: 100vw;
        height: 70vh;
        background-image: url(/assets/images/iphone.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto 100%;
        margin-top: 10vh;
        /* transform: rotate(8deg); */
    }

    .inventario {
        line-height: 1em;
        color: #FFFFFF;
        font-size: 3em;
        letter-spacing: -0.05em;
        text-align: right;
        margin-top: 3vh;
    }

    .inventario span {
        color: #FEC500;
    }

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

    .conheca a {
        color: #FEC500;
    }
}