.spotify-embed-container {
    display: flex;
    justify-content: center; /* Centers the embed */
    align-items: center;
    max-width: 100%;
    overflow: hidden;
}
.spotify-embed-container iframe {
    width: 100% !important; /* Forces it to fit */
    max-width: 350px !important; /* Set a max width */
    height: 152px !important; /* Maintain proper height */
}