Is there a way to dynamically hide a div using Bootstrap 4 based on the screen width? Can this be achieved without using JavaScript? I am particularly interested in hiding certain text elements that are not relevant on smaller screens, such as mobile devices. I attempted using classes like "hidden-sm-up" but was unsuccessful. Apologies if this is a novice inquiry...