/* جلوگیری از ذخیره/کشیدن تصاویر حساس (نشان ایران و ...) */
.cms-protected-image,
.cms-protected-image__img,
.cms-protected-image img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}

.cms-protected-image img,
.cms-protected-image__img {
  pointer-events: none;
}
