#deck img,
.hero__image,
.hero__wash,
.atlas__backdrop,
.close__image,
.close__wash {
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.slide--atlas {
  -webkit-touch-callout: none;
}

.atlas__top,
.atlas__bottom,
.hotspot,
.hotspot-panel {
  -webkit-touch-callout: default;
}
