
/* Match the other pages: run the Care Circle hero full-bleed, edge to edge,
   instead of sitting inset in a padded rounded container. */
#page-care-circle .cc-top{
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  width:100vw !important;
  max-width:100vw !important;
  padding:0 !important;
  line-height:0;
}
#page-care-circle .cc-top img{
  width:100% !important;
  max-width:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
  display:block;
}

/* The Care Circle hero was locked to 2:1 with object-fit:cover, which cropped
   the sides off the 2.6:1 banner. Match the artwork so it renders in full. */
#page-care-circle .cc-top img{
  aspect-ratio:2023 / 777 !important;
  object-fit:cover !important;
  object-position:center center !important;
}
