Shopify Video-Section Video Not Centering

I went to customize theme > Section > Video. I tried editing the code, but the video does not want to stay centered.

Hey @Usman95Javaid

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

Best Regards,
Moeed

https://coolestcable.com/products/open-source-r36s-retro-handheld-video-game-console-linux-system-3-5-inch-ips-screen-portable-pocket-video-player-r35s-64gb-games

The example video is embedded after the “VAST LIBRARY” image with text

Any suggestions?

Hi @Usman95Javaid ,

Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:

iframe {
max-width: 100%;
}