/* Block native mobile pinch/zoom gestures while the open image gallery is active. */
.ccc-gallery-overlay,
.ccc-gallery-modal,
.ccc-gallery-stage-wrap,
.ccc-gallery-stage,
.ccc-gallery-stage img{
  touch-action: none !important;
  -ms-touch-action: none !important;
  overscroll-behavior: contain !important;
}

.ccc-gallery-thumbs,
.ccc-gallery-thumb{
  touch-action: pan-x !important;
  -ms-touch-action: pan-x !important;
}
