/*
 * Hide gallery items that are not part of the current visible batch.
 */
.bm-gallery-hidden-item {
  display: none !important;
}

/*
 * Hide the Show More button when all gallery items are visible.
 */
.bm-gallery-show-more-button.bm-hidden {
  display: none !important;
}