Image Overflows When Switching to Mobile View

And if you do not actually want a responsive image (ie you want it to overflow at same size, but clip itself within the body, and not have the horizontal scroll bar, then use:

body{
   overflow-x:hidden;
}