Hi,
You can try targeting the thumbnails through there alt attribute.
For example if you want to hide the image with alt=”rwiring1″
You can add this under Custom > CSS in the Customizer.
.page-id-189 .gallery-item img[alt="rwiring1"] {
display:none;
}
Hope that helps.