@media (min-width: 481px) {
    .anubis {
        left: 100%;
    }

    .anubis .anubis-titulo {
        top: 10vh;
        position: absolute;
        width: 85vh;
        font-size: 3.8em;
        font-weight: 100;
        color: #E8BA1F;
        line-height: 1.2em;
    }

    .anubis .anubis-texto {
        bottom: 12.5vh;
        position: absolute;
    }

    .anubis .anubis-texto .anubis-subtitulo {
        width: 103vh;
        color: #C2C2C2;
        font-size: 2.25em;
        font-weight: 300;
    }

    .anubis .anubis-texto .separador,
    .underline {
        width: 12vw;
        height: .125em;
        background-color: #fec500;
        margin: 3vh 0 5vh 7px;
    }

    .anubis .anubis-texto .anubis-descricao {
        width: 103vh;
        color: #C2C2C2;
        font-size: 1.625em;
        font-weight: 100;
    }

    .chacal {
        left: 100%;
        width: 60vh;
        background-image: url(/assets/images/chacal-statue.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: auto 100%;
    }

    .background-image.boneco-2 {
        background-image: url(/assets/images/boneco2.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 12vh;
        width: 17vh;
        top: 18vh;
    }

    .background-image.boneco-3 {
        background-image: url(/assets/images/boneco3.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 25vh;
        width: 35vh;
        top: 40vh;
    }

    .background-image.corda {
        background-image: url(/assets/images/corda.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 25vh;
        width: 35vh;
        bottom: 9vh;
        z-index: 2;
        opacity: 0.1;
    }

    .background-image.corda-sombra {
        background-image: url(/assets/images/corda-sombra.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 25vh;
        width: 35vh;
        bottom: 9vh;
    }

    .background-image.hieroglifos {
        background-image: url(/assets/images/hiroglifos.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        height: 50vh;
        width: 53vh;
        top: 11vh;
    }
}

@media (max-width: 480px) {
    .anubis * {
        z-index: 2;
    }

    .anubis .anubis-titulo {
        font-size: 3em;
        font-weight: 100;
        color: #E8BA1F;
        line-height: 1.2em;
    }

    .anubis .anubis-texto {
        margin-top: 10vh;
    }

    .anubis .anubis-texto .anubis-subtitulo {
        color: #C2C2C2;
        font-size: 1.5em;
        font-weight: 300;
    }

    .anubis .anubis-texto .separador {
        width: 8vw;
        height: 3px;
        background-color: #fec500;
        margin: 1vh 0 3vh;
    }

    .anubis .anubis-texto .anubis-descricao {
        color: #C2C2C2;
        font-size: 1.3em;
        font-weight: 100;
    }

    .chacal {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/assets/images/chacal.png);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-size: auto 100%;
        z-index: -1;
        opacity: 0.2;
    }
}