Thank you.
Yes I am aware of the css readme file, I meant the generated styles in colorbox
HTML Code:
<div id="cboxWrapper" style="height: 352px; width: 404px;">
<div id="cboxTopLeft" style="float: left;">
<div id="cboxTopCenter" style="float: left; width: 400px;">
<div id="cboxTopRight" style="float: left;">
<div id="cboxMiddleLeft" style="float: left; height: 348px;">
<div id="cboxContent" style="float: left; width: 400px; height: 348px;">
<div id="cboxLoadedContent" style="width: 400px; overflow: auto; height: 320px;">
I am using bootstrap, and trying to mimic its modal style, and mostly make the box resize at smaller resolutions, which does not, I have managed to add the responsive image class to the image, but the ones above seem to prevent it.