@media screen and (max-width: 992px) and (min-width:0px) {
  .bannerText {
    display: none;
  }
}