<div>
    <figure></figure>
</div>
div {
    border: 2px solid;
    display: inline-block;
}

figure {
    width: 210px;
    height: 140px;
    background: red;
}