/* Uploaded asset hard fix */
.brand-mark,
.admin-brand span{
  background:#e6f8f0 !important;
  border:1px solid #c9efe1 !important;
  overflow:hidden !important;
}
.brand-mark img,
.admin-brand span img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.hero{
  background-image:linear-gradient(rgba(230,248,240,.90),rgba(230,248,240,.90)), url("../img/culture-hero.png") !important;
  background-size:cover !important;
  background-position:center !important;
}
.hero-card img{
  content:url("../img/culture-hero.png");
}
