.music-notes .intro {
  position: relative;
}

.animation-inchworm {
  background-image: url("/modules/custom/tmc_animations/images/inchworm.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 90px;
  width: 100%;
}

@media screen and (max-width: 600px) {
  /* .animation-inchworm {
    background-size: 50%;
    height: 45px;
    width: 50%;
  } */
}