@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 1000px;
    }
}
@media (min-width: 768px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand {
        /* added by ang/gti */
        display: none !important;
        }
    .romeo .main-banner-outer .main-banner-container .main-banner-txt p {
        display: none;
        }
    }
