When adding your image from the media library, set the alignment in the attachment display settings in the media library.
Add to child theme css:
@media only screen and (max-width: 600px) {
figure.alignleft, img.alignleft, figure.alignright, img.alignright {
float:none;
display:block;
margin-left:auto;
margin-right:auto;
}
}