.image-placeholder {
    --rocket-ui-image-placeholder-background: var(--rocket-color-grey-200);

    @include size(100%);
    @include cover(false);

    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--rocket-ui-image-placeholder-background);
    border-radius: var(--rocket-image-border-radius);

    &__container,
    &__image {
        @include max-size(100%);
    }
}
