[role='imageWrapper'] > div {
  background-size: 100% auto; /* Ensure the background covers the width and adjusts height automatically */
  background-position: top center; /* Align the background at the top center */
}

.lightIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  svg {
    path {
      fill: black;
    }
    circle {
      stroke: black;
    }
  }
}

