Ah! Thank you! As you can see I am a better C++ programmer than an epub producer!
I will make those changes.
Edit:
Interestingly, wrapping each figure in a div with class "figimg" and using this style
Code:
div.figimg {
width: 100%;
text-align: center;
}
did nothing at all.
But your option b: using margin: 0 auto; on each tall figure worked liked a charm!
Thank you!