
.bg_circle_wrap{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    inset: 0;
    pointer-events: none;
}
.bg_circle_wrap .moving-circles {
    width: 100% !important;
    height: 100% !important;
}

.moving-circles .circle{
  will-change: transform, opacity;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent!important;
}
/*
.moving-circles .circle:nth-child(1){
  background-image: url('/system_panel/uploads/images/shine-1.png');
}
.moving-circles .circle:nth-child(2){
  background-image: url('/system_panel/uploads/images/shine-1.png');
}*/