/**
 * Lazy Load
 *
 * @author    Rolige <www.rolige.com>
 * @copyright 2011-2022 Rolige - All Rights Reserved
 * @license   Proprietary and confidential
 */

img:not([src]):not([srcset]) {
  visibility: hidden;
}
