.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header { 
   /** hiding the custom pane title **/
    display:none;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
    /** changing the height of the custom pane body **/
      max-height: 530px;
    }
}

@media (min-width: 992px) {
    .romeo .main-banner-outer .main-banner-container .main-banner-brand {
        padding: 0px;
        box-shadow: none;
    }
}
/***** CUSTOM PANE CSS, added by GTI / Angela *****/
.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
    display:none;
}
@media (min-width: 992px) {
    .romeo .flex-dash-row .dash-card-custom .card-body {
        max-height: fit-content;
    }
}
body {
  background: #fff;
}
.header {
  color: #333;
}

.tile-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 200px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
}

 .dash-cta-deck {
        display:none !important;
    }
    .dashboard-custom {
        margin-top: 2rem !important;
    }
         .dashboard-header {
        display:none !important;
    }
        .dashboard-feed {
        margin-top: 0rem !important;
    }
    .card-body {
        max-height: none !important;
/***** CUSTOM PANE CSS END *****/
