Certainly! Here's a single HTML file with embedded CSS that achieves the desired layout where the category banner is displayed next to text on larger screens and above the text on smaller screens (mobile devices):
```html
Category Page
Category Title
Category description goes here...
```
You can copy and paste this code into a single HTML file. Adjust the values as needed for your specific design, such as the image source, banner dimensions, and breakpoints in the media query.