Yes, into the style.css
This code is working on my site (in the first example above was one line missing):
@media (max-width: 767px) {
.popmake-overlay { display:none!important; }
.popmake {display:none !important; }
#popmake {display: none !important;}
}