/**
 * @file
 * NIN Lazyloader default CSS
 *
 */

/* Hide all div tag with a background image */
div[style*='background-image: url'],
div[style*='background-image:url'] {
  display: none;
}
.lazyloader-icon{
  width: auto !important;
}