Reduce size of the widget (floating)

Add this code to the Custom CSS field on the Style tab of your Background Music widget’s settings:

.global-styles, [class^='FloatingBackground__Container'] {
transform: scale(0.8);
}