/* Fallback when JavaScript is disabled */
html:not(.local-runtime-ready) [data-anim-desktop],
html:not(.local-runtime-ready) [data-anim-extended] {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
}

html:not(.local-runtime-ready) .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder,
html:not(.local-runtime-ready) #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {
  display: block !important;
}

html:not(.local-runtime-ready) #dm .dmImageSlider .slides > li:not(:first-child) {
  display: none !important;
}

html:not(.local-runtime-ready) #dm .dmImageSlider .slides > li:first-child > img {
  display: none !important;
}
