@media only screen and (max-width: 600px) {
    
    footer #figure {
        bottom: -15vw;
        width: 35vw;
    }

}