figure {
    width: 41%;
    text-align: center;
    display: inline-block;
}

@media only screen and (max-device-width: 480px) {
    figure {
        width: 75%;
    }
}