@media only screen and (max-width: 767px) {
    .mobileFullNav ul {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .mobileFullNav .navContent li a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

div.plxBg, html.plxBg body {
    overflow: auto !important;
}