#background-image {
  position: relative;
  width: 800px;
  height: 800px;
  background-image: url('path/to/your/image.jpg');
  background-size: 800px 800px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.image-container {
  width: 100%;
  padding-top: 50%;
  position: relative;
}

.image-container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.positioned-button-1 {
  position: absolute;
  top: 51%;
  left: 5%;
  transform: translate(-50%);
  width: 11%;
  padding-top: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/PathButtonNormal.svg") center / contain no-repeat, transparent;
  overflow: hidden;
  opacity: 1;
  border-style: none;
}

.positioned-button_2 {
  position: absolute;
  top: 52%;
  left: 53%;
  transform: translate(-50%);
  width: 11%;
  padding-top: 11%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.positioned-button-1:hover {
  background: url("../../assets/img/PathButtonHover.svg") center / contain no-repeat, transparent;
  border-style: none;
}

.positioned-button_1:hover .button-image {
}

.positioned-button-1:active {
  background: url("../../assets/img/PathButtonActive.svg") center / contain no-repeat, transparent;
  border-style: none;
}

.positioned-button_implementation1 {
}

.btn-positioned {
  position: absolute;
  transform: translate(-50%);
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../../assets/img/PathButtonNormal.svg") center / contain no-repeat, transparent;
  overflow: hidden;
  opacity: 1;
  border-style: none;
  padding-top: 8%;
}

.btn-positioned:hover {
  background: url("../../assets/img/PathButtonHover.svg") center / contain no-repeat, transparent;
  border-style: none;
}

.btn-positioned:active {
  background: url("../../assets/img/PathButtonActive.svg") center / contain no-repeat, transparent;
  border-style: none;
}

.btn-positioned-maintenance-position-1 {
  top: 0%;
  left: 50%;
}

.btn-positioned-maintenance-position-2 {
  top: 40%;
  left: 71%;
}

.btn-positioned-maintenance-position-3 {
  top: 83%;
  left: 50%;
}

.btn-positioned-maintenance-position-4 {
  top: 40%;
  left: 29%;
}

.img-btn-icon {
  padding: 20%;
  filter: invert(61%) sepia(97%) saturate(4237%) hue-rotate(14deg) brightness(102%) contrast(104%);
}

.btn-positioned.btn-positioned-implementation-position-1 {
  top: 15%;
  left: 36%;
}

#btn-implementation-position-1 {
  top: 10%;
  left: 6%;
}

#btn-implementation-position-2 {
  top: 48%;
  left: 15%;
}

#btn-implementation-position-3 {
  top: 64%;
  left: 38%;
}

#btn-implementation-position-4 {
  top: 27%;
  left: 59%;
}

#btn-implementation-position-5 {
  top: 12%;
  left: 38%;
}

#btn-implementation-position-6 {
  top: 52%;
  left: 88%;
}

