Custom CSS on mobile

try adding overflow:hidden to the .wrap

    @media only screen and (max-width: 767px)
#wrap {
    width: 100% !important;
    overflow: hidden;
}