/*
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%;
  margin-top:30px;
}
.white-panel {
  position: absolute;
}