Center Vimeo Gallery div on desktop view?

My Player/Playlist is displaying flush left on desktop view. How do I get it to be centered on the page with the other content. Thanks.

REF: LIVE STREAM %%sep%% TalkInLive.com

Hi @user512, and welcome to the forum! :slight_smile:

We’ve added a CSS code to your widget to center it on your website. Could you please check and let me know if everything’s fine?

By the way, here’s the code:

.global-styles, #eapps-vimeo-gallery-WIDGET ID {
    margin:0 auto;
}