To be more semantically correct and answer the OPs orginal question about aligning them side by side I would use this:
HTML
Caption 1
Caption 2
CSS
.items{
text-align:center;
margin:50px auto;}
.items figure{
margin:0px 20px;
display:inline-block;
text-decoration:none;
color:black;}
https://jsfiddle.net/c7borg/jLzc6h72/3/