figure {
    position: inherit;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
}

figure > img {
    margin: auto;
}