Struggling to vertically center a picture on my page, I have tried various scripts and styles but none seem to work.
You can check out my page here: TEST.esc.bugs3.com
I am attempting to center the "Arrow" picture on both the left and right sides of the main picture so that it is centered within the DIV. Currently, the picture is always at the top of the DIV and I would like it to be in the center.
Please note that I prefer not to use fixed sizes in pixels (PX), rather I want to set it as 50% so that the main picture remains at 100% height and the arrow will display at 50% of it.
Here is an example of the layout I am aiming for
Thank you for your assistance :)
Edit: Thank you for the responses so far, however, I specifically need the side div (side box) to be vertically centered with the main div (center box).
As the size of the main picture varies depending on the media, I cannot use pixel positions.