.affiliImageOuter{
    position:relative;
}

.affiliImage_waitBase{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    align-items: center;
    background-color: #e5e5e5;
    display: flex;
}

.affiliImage_loadingIconWindow{
    width:80px;
    height:80px;
    margin-left: auto;
    margin-right: auto;
    }

.affiliImage_image{
    width:100%;
    height:100%;
    object-fit: cover;
}