/* Hide scrollbars */
.wp-block-group.alignfull.remove-section-margin.lottie-stop.animation-section-wrapper {
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.wp-block-group.alignfull.remove-section-margin.lottie-stop.animation-section-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

/* Lottie player */
#lpbLottiePlayer-1 {
    width: 1280px !important;
    max-width: 100% !important;
    margin: 0 auto;
    display: block;
    aspect-ratio: 16/9;
    height: auto !important;
}
