.mybanner {
    border:none;
    box-shadow:0 0 20px rgba(0,0,0,0.2);
    border-radius:6px;
}
.mybanner .card-body {
    padding:0!important;
}
.mybanner .card-body p {
    margin:0!important;
}

/* Banner Image */ .mybanner { 
  min-width: 100%; 
}

/* Override the lila background with grey */ .container-header { background-color: grey; background-image: linear-gradient(to right top, #145394, #006e91, #3a8182, #748f81, #9b9d96);
} 