Let’s start with the border first. In your theme files, go to Assets → Base.css, and search for: “.global-media-settings”. Under that code, you’ll see:
border: var(--media-border-width) solid rgba(var(--color-foreground),var(--media-border-opacity));
What you’ll want to do is change that simply to:
border: none;
Let me know if you were able to do this or if you need more help.