Hello,
Unfortunately it is quite out of the support scope to make the gallery a slider on mobile and responsive view but you can always hire us to customize and add the feature for you. https://wpdrizzle.com/hire/
If not please add the below given code just below the previously given code it will make your gallery items responsive.
@media only screen and (max-width: 768px) {
.gallery-columns-3 .gallery-item {
max-width: 48%;
}
}
@media only screen and (max-width: 550px) {
.gallery-columns-3 .gallery-item {
max-width: 100%;
}
}
Hope it helps.
Regards.