@media (max-width: 1200px) {
    .dinoVivo {
        width: 18vw;
        height: 18vw;
    }
    .dinoMorto {
        width: 20vw;
        height: 20vw;
        margin-bottom: -25px;
        margin-left: 4px;
        transform: translateX(-10px);
    }

    .obstacle {
        background-image: url('../img/cactuMedio.png');
        width: 100px;
        height: 100px;
        bottom: 30px;
    }
}

@media (max-width: 800px) {
    .dinoVivo {
        width: 20vw;
        height: 20vw;
    }

    .dinoVivo {
        margin-bottom: 30px;
    }

    .dinoMorto {
        width: 20vw;
        height: 20vw;
        margin-bottom: 10px;
        margin-left: 4px;
        transform: translateX(-10px);
    }

    .obstacle {
        background-image: url('../img/cactuMenor.png');
        width: 60px;
        height: 60px;
        bottom: 60px;
    }
}