.contour-wrapper {
  width: 10%;
  max-width: none;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
  transition: transform 0.2s ease-out;
  transform-origin: center center;
}

#contourContainer {
  width: 100%;
  height: auto;
  display: block;
}
