/* Keep the approved community visual fully visible inside the fixed homepage hero. */
html body .ch244-home .ch244-hero .ch245-hero-image {
  object-fit: contain !important;
  object-position: right center !important;
  background: #fff !important;
}
html body .ch244-home .ch244-hero .ch216-hero-art::after {
  background:
    linear-gradient(90deg, #ffffff 0%, #fffffff2 25%, #ffffffa8 45%, #ffffff18 66%, transparent 82%),
    linear-gradient(180deg, transparent 82%, #f8fbfe 100%) !important;
}
@media (max-width: 900px) {
  html body .ch244-home .ch244-hero .ch245-hero-image {
    object-fit: cover !important;
    object-position: 63% center !important;
  }
}
