I embedded a spotify playlist to the footer of my website

Hello! I embedded a spotify code to the footer of my website. The size looks great on desktop but is very small on mobile to the point that you are unable to see what is playing. I’ve included screenshots. How can this be fixed? Thank you!

can you please share the link if possible ?

i think its working fine now you already set the width to 100% but if you want bigger than that you can simple reduce the padding from right and left

.footer__content-top {

padding: 0 15px 25px 15px !important;

}