.imageLoader{flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.imageLoader img{object-fit:cover;width:100%;height:100%}.imageLoader .imgaeLoading{background-color:#f5f5f5;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.imageLoader .imgaeLoading__image{object-fit:cover;width:100%;height:100%;transition:all .3s}.imageLoader .imgaeLoading__image img{width:100%;height:100%;transition:all .2s}.imageLoader .imgaeLoading.onLoad{display:flex}
