I managed to sort it with:
Bleed to left code:
#block-yui_3_17_2_1_1693818487095_19095 {
margin-left: -200px;
}
Bleed to right Code:
#block-yui_3_17_2_1_1694936871424_23898 {
margin-left: 200px;
}
Overflow removal
html, body {
overflow-x: hidden;
}
HOWEVER - i'm wondering if there's a better more reliable way to achieve this?