@media (min-width: 768px){
.romeo .main-banner-outer .main-banner-container .main-banner-brand img {
        display: none;
        background-color: none;
    }
}
    
@media (min-width: 768px){
.romeo .main-banner-outer .main-banner-container .main-banner-txt p {
        display:none;
    }
}
    
@media(max-width: 450px){
    header .site-logo {
        height:auto;
        max-width:315px;
    }
}
@media(max-width: 320px){
    header .site-logo {
        height:auto;
        max-width:260px;
    }
}

.romeo .main-banner-outer .main-banner-container .main-banner-brand {
    display:none
}

.romeo .dashboard-content .dashboard-custom .card h1.dash-card-header {
    display:none;
}
.romeo .dashboard-content .dashboard-custom .dash-card-custom .card-body {
    padding:0 !important;
}
@media (min-width: 992px) {
  .flex-dash-row .dash-card-custom .card-body {
      margin-top: 20px;
      max-height: 600px;
    }
}

.custom-pane-headline {
  display:block;
  color:#fff;
  background:#001a79;
  font-size: 18px;
  padding: 16px 10px;
  font-weight: normal;
  text-align:center;
  margin-left:-15px;
  margin-right:-15px;
}
.custom-pane-link {
  text-decoration:none !important;
}
.custom-pane-link .custom-pane-heading {
  display:block;
  background:#005D62;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 8px;
  font-weight: bold;
  text-align:center;
}
.custom-pane-link:hover .custom-pane-heading {
  text-decoration:none !important;
  color:#2F6357;
  background:#95BDBC;
}
