.image-loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
    z-index: 9999;
}