#working-image {
    font-size: 1.2rem;
    height: 34em;
    width: 27em;
    margin: auto;
    background-image: url('/images/plaque/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .working-text {
    position: relative;
    background-color: var(--black);
  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   
    height: 28.8em;
    width: 19.59em;
    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: 1rem;
    }
  }
  
  
  @media only screen and (max-width: 700px) {
    #working-image {
      font-size: 0.8rem;
    }
  
    .slider-image {
      width: 7em;
      height: 7em;
    }
  }


  

