How to enlarge small thumbnails on product pages

To enlarge small thumbnails on product page (see screenshot)

you can use below CSS code to Custom CSS box.

button.ProductItem-gallery-thumbnails-item {
    height: 100px !important;
    width: 100px !important;
}