/* Position the Ajax Load More button the bottom of the masonry container */

#masonry-grid-preloaded{
  display: block;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}
#masonry-grid-preloaded .alm-btn-wrap{
  position: absolute;
  bottom: -60px;
  padding: 0;
  margin: 0;
  width: 100%;
}