.almonds-throbber-background {
    background-color: rgba(255, 252, 252, 0.50);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.throbber-example .almonds-throbber-background {
    position: relative;
}

.almonds-throbber {
    width: 100px;
}

.almonds-throbber img {
    height: 100px;
    width: 100px;
}