When I load my page, one of the images is higher than it is supposed to be. When I right click \"Inspect element\" anywhere on the page, the image shifts back to its normal
If you use the css below instead it should solve your problem.
#content{ position: relative; } .page-company-profile .node .taxonomy_image_wrapper { position: absolute; left: 500px; top: 58px; }