.wavy-container {
  position: relative;
  height: 100%;

  canvas {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
}

.wavy-photo {
  z-index: 2;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;

  &--40 {
    width: 40px;
    height: 40px;
  }

  img {
    display: block;
    max-width: 100%;
  }
}
