#HeaderIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52.5vw; /* * for mobile, to create extra space for cloud Animations */
  max-width: 300px; /* * for desktop: to create extra space for cloud Animations */
  margin: 0px;
  /* background-color: rgba(255,255,255,0.05); */
}

#HeaderIcon_AO_icon_SVG {
  position: relative;
  width: 80%;
  left: clamp(-100px, -17.5vw, 0px);
  /* background-color: rgba(255,255,255,0.05); */
}