Hi l3ttie;
I was going through the same thing (or a bit similar) myself. I’ve included what has worked for my situation below for convenience:
@media screen and (min-width:0px) and (max-width:720px) {
.cbc-page {
background-image: none !important;
}
}
You can adjust the min/max-widths as you wish.
Hope this helps – have a good day!