/**
 * E2G Lottie Block - Frontend Styles
 */

.e2g-lottie-block-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.e2g-lottie-block-wrapper lottie-player {
    width: 100%;
    height: 100%;
}

