Take a look at my JsFiddle code. Currently, my animation is running smoothly with the image I have included in the fiddle. However, when I tried replacing it with this new image, the animation started behaving differently. I attempted to adjust the width and height parameters, but that didn't solve the issue. I had to crop the current image to fit the animation properly, but this is not an ideal solution as I want to use the original uncropped image. Can someone please guide me on what I might be overlooking here?
<div id="wrapper">
<div id="mainContainer">
<p class="copy">Disclaimer.</p>
<div id="text">
<img id="Image_Car" class="container" src="http://i.share.pho.to/9f303156_o.jpeg" />
</div>
<div id="Div1">
<p id="disclaimer">Details*</p>
</div>
</div>
</div>