Change background color of the popup (fullscreen mode)

Add this code to the Custom CSS field on the Style tab of your Before and After Slider widget’s settings:

.global-styles, .ModalBackdrop__Backdrop-sc-873age-0{
    background: rgb(0, 0, 0) !important;
}