/** Student custom pane. Added by GTI/Graeme **/
.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;
    }
}


/* added by GTI/Ang, May 2024 (TC-27661) **/

@media (min-width: 768px) {
    .romeo .main-banner-outer {
        background-size: contain !important;
        background-repeat: no-repeat;
        background-color: #74cdda;
    }
    .romeo .main-banner-outer .main-banner-container .main-banner-txt p {
        font-size: 1.6rem;
    }
}
