/*
Ref:
Thanks to:
http://www.jqueryscript.net/layout/Simple-jQuery-Plugin-To-Create-Pinterest-Style-Grid-Layout-Pinterest-Grid.html
*/
   
   
   #pinBoot {
     position: relative;
     max-width: 100%;
     width: 100%;
   }
   img {
     width: 100%;
     max-width: 100%;
     height: auto;
   }
   .white-panel {
     position: absolute;
     background: white;
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     padding: 10px;
   }
   /*
   stylize any heading tags withing white-panel below
   */
   
 