If you look at my site everything seems to be ok, ... untill you minimize the website. A horizontal scrollbar appears and when you use that scrollbar, you will see that my image has vanished.
My Website
I made that image responsive...so i have no idea why it is dissapearing...
I'm going to make the entire website responsive but i'm just doing it standard for now...kind of a trial. So i just want my bar to stay in the middle. I did this with the margin:0 auto...
When taking this out of my code it seems to be solved, yet i don't understand why this is obstructing my site...
.wrapper{
width:960px;
margin:0 auto;
}