.animated-svg-wrapper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.animated-svg-wrapper svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
