Hello There,
The ID did not display in the front end. You added a custom class topbanner. Please have your code updated and use this instead:
@media(max-width:767px){
  .x-section.topbanner .x-container.marginless-columns {
    display: table;
    table-layout: fixed;
  }
 
  .x-section.topbanner  .x-container.marginless-columns .x-column {
    display: table-cell !important;
    margin-right: 0;
    float: none;
    vertical-align: top;
  }
}
Please let us know how it goes.
