How to change size of thumbnails under product images

To change size of thumbnails under product images.

You can use this code to Custom CSS.

img.product-gallery-thumbnails-item-image {
    width: 108px !important;
    height: 108px !important;
}
.product-gallery-thumbnails-item {
    width: auto !important;
}