/* Gimmons ART image protection layer. */
html, body, img, picture, figure, .protected-artwork, [data-protected-artwork], .item-media-wrapper, .music-art-protected-image {
  -webkit-user-select: none !important;
  user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}
img, .protected-artwork {
  pointer-events: auto;
}
.music-art-protected-frame,
.music-art-protected-image,
.item-media-wrapper {
  position: relative;
}
.music-art-image-shield,
.gimmons-art-shield {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  background: transparent !important;
  pointer-events: none !important;
}
@media (hover: none) {
  body { -webkit-touch-callout: none !important; }
}
