.img_quadro {
    width: 100%;
    position: relative;
}
.punto1 {
    right: 49%;
    top: 16%;
  }
  .punto2 {
    right: 71%;
    top: 52%;
  }
  .punto3 {
    right: 35%;
    top: 48%;
  }


  @media (max-width:991px) {
    .img_quadro {
      width: 100% !important;
    }
    .imm_artisti {
      width: 100%;
    }
  }