#working-image {
  font-size: 1rem;
  height: 40em;
  width: 35em;
  margin: auto;
  background-image: url('/images/product-previews/circle-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.working-text {
  position: relative;
  background-color: var(--black);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  top: 1em;
  left: 0.5em;


  height: 34em;
  width: 34em;
  border-radius: 50%;
  font-size: 1em;
  line-height: 2em;

  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

.fitting {
  position: relative;
  background-color: rgba(150, 150, 150);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  display: none;
}

#fitting1 {
  top: -15em;
  left: 14.5em;
}

#fitting2 {
  top: -15.6em;
  left: 20em;
}


@media only screen and (max-width: 1400px) {
  #working-image {
    font-size: 0.75rem;
  }
}

@media only screen and (max-width: 650px) {
  #working-image {
    font-size: 0.6rem;
  }

}