I found a fix. I used the custom code found here. If you're also looking for a way around and to have the best of both worlds, it worked well. https://qosmic.tech/rocketsurgery/how-to-display#code
Here's my code:
@media screen and (max-width: 768px) {#blockID {display:none!important}}
@media screen and (min-width: 768px) {#blockID {display:none!important}}