Out of the box, the Album Cover image inside the Audio module will be displayed on the left.
Change the Cover Image position to be at the top
Open the Audio Module's settings
Go to Advanced Tab > Custom CSS
Inside the Main Element, add this CSS code:
padding-top: 50px;
Inside the Audio Cover Art, add these CSS properties:
width: 100%;
height: 200px;
position: relative;
background-size: contain;Inside Audio Content, add this CSS code:
margin-left: 0;
The result will be the Cover Image will be shown at the top of the Audio Module's title.