/* lazyload related styles start */

/** required by edge to see the images **/
img[data-src]:not(.loaded),
img[data-srcset]:not(.loaded) {
    display: block !important;
    min-height: 1px !important;
}

/* Prevents img without src to appear */
img:not([src]) {
    visibility: hidden !important;
}

.image-wrapper:not(.loaded) .image-aspect-ratio {
    padding-bottom: 66.67%; /* You define this doing height / width * 100% */
    width: 100%;
    height: 0;
    position: relative;
}

/* lazyload related styles stop */