.contour-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: transparent;
}

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