.sheet-music-mxl-wrapper {
    margin-left: auto;
    margin-right: auto;
}

.sheet-music-mxl-wrapper.alignfull {
    width: 100vw;
    max-width: 100%;
}

.sheet-music-mxl-wrapper.alignwide {
    max-width: calc(100% + 120px); /* Adjust this value based on your theme's content width */
}

.sheet-music-mxl-container {
    width: 100%;
    overflow-x: auto;
}
