Hi Nelson,
if you still in doubt how to solve this, take this and place it in your theme stylesheet:
@media screen and (max-width: 480px) {
#sideoffer {
display: none !important;
}
}
Normally you place max-width that suits your needs.