/* Prevent the long-press Save Image callout where supported. */
img, picture, picture img, svg, canvas {
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none;
}

.elementor-lightbox img, .dialog-type-lightbox img,
.pswp img, .fancybox__container img, .mfp-wrap img, .glightbox-container img {
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none;
}
