Remove white space around Instagram Feed

A recent Instagram Feed plugin update (version 6.4) added padding above and below all Instagram Feed widgets. This padding can interfere with the design of your footer, so if you'd like to remove the padding/white space, here is a code snippet:

#sb_instagram #sbi_images {
    padding: 0 !important;
}

Paste this code snippet at Appearance > Customize > Additional CSS.