I'm currently working on a website that when you click on a project image, a full screen overlay pops up with information about the project and additional images. I also would like next and previous buttons to cycle through the projects. I've made the next button work, but it only goes to the next project once. If I click it again, nothing happens.
The website I'm working on is here and I have made a JSBin to show a sample of how my HTML is structured as well as my JQuery.
Could anyone please take a look and help me figure out where I'm going wrong?