Modal Not Working in Bootstrap

CodePen WebPage using a modal
I have no idea why is not working.

–Resolved

Nice Product Catlog. Believe you need to have some content on model element,

<div class="modal-header">Rubrato<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body">
    <img src="http://www.viniexport.com/trading/storage/2017/January/week4/60273_RUBRATO-AGLIANICO.png" class="wineBottleIcon">
    </div></div>

or if the case of dynamic data then we can load content using javascript. :slight_smile: