html,
body {
    overflow-x: hidden !important;
}

.wp-block-logogen-theme4-parent .lg4-reveal-up {
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden;
}

.wp-block-logogen-theme4-parent .lg4-reveal-scale {
    opacity: 0;
    transform: scale(0.96) translateY(20px);
    visibility: hidden;
}

.block-editor-block-list__layout .lg4-reveal-up,
.block-editor-block-list__layout .lg4-reveal-scale,
.editor-styles-wrapper .lg4-reveal-up,
.editor-styles-wrapper .lg4-reveal-scale {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}
