/* Start custom CSS */.imagegallery img {
    padding: 10px !important;
}
@media (max-width: 768px) and (min-width: 100px) {
    .imagegallery figure.gallery-item {
    width: 33% !important;
}
}/* End custom CSS */