<style>
.top-banner-wrapper {
     /* Limit the height and hide anything that extends beyond it */
     max-height: 90px;
     overflow: hidden;
 }

 /* 2. OPTIONAL: Use a media query to ensure the slim height only applies to small screens */
/* @media (max-width: 767px) {
     .top-banner-wrapper {
         max-height: 90px;
         overflow: hidden;
     }
 } */
</style>

