I have a CodePen here.
I am trying to allow the image extend outside of it's bootstrap container horizontally, up to the maximum width of the viewport and allow no horizontal scrolling. I am also trying to hide the vertical overflow.
I'm close but haven't quite figured it out. I've tried combinations overflow-y/x:hidden/visible
but couldn't get there.
Any suggestions?