/* ==================================================
  ABOUT PAGE
================================================== */
.about-hero-img{
  max-height:none !important;
  background:transparent !important;
  border-radius:0 !important;
  box-shadow:none !important;
  margin-bottom:1rem;
  position:static !important;
  padding:0 !important;
}
.about-hero-img::after{ content:none !important; }
.about-hero-img img{
  display:block;
  max-width:300px;
  height:auto;
  margin:0 auto;
  object-fit:contain;
}
