.blurred-img{position:relative;background-repeat:no-repeat;background-size:cover;overflow:hidden}.image-skeleton{width:100rem;height:100rem;filter:blur(10px)}.blurred-img .placeholder{width:100%;height:100%;filter:blur(10px)}.blurred-img .full-image{width:100%;height:100%;transition:opacity .4s ease-in-out;position:absolute;top:0;left:0;opacity:0;object-fit:cover}.blurred-img .full-image.loaded{opacity:1;transition:opacity .4s ease-in-out}
