You really should not be using absolute widths in reflowable documents. In any case if you want to override CSS in the document during conversion, use the --extra-css conversion option. In this case it would be something like
--extra-css '.chapter { width: auto !important}'
|