.mountbg__container {
  position: relative;
  width: auto;
  min-height: 100vh;
  aspect-ratio: 16/9;
}
.mountbg__container p {
  pointer-events: none;
} 
.svg__container svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.montagna-primo-piano,
.montagna_secondo-piano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s ease-in-out;
}
.cerchio-montagna {
  cursor: pointer;
}
.montagna-testo {
  fill: white;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.nascondi {
  opacity: 0 !important;
}
.mostra {
  opacity: 1 !important;
}
.st1,
.st2 {
  transition: all 1s ease;
}
.stroke-white {
  stroke: #fff !important;
}
.pulse-circle {
  stroke: var(--wp--preset--color--primario);
  stroke-width: 3;
  fill: transparent;
}
.mountbg__contenuto {
  position: absolute;
  width: 100vw;
  margin-top: 30vh;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
}
.acf-block-preview .mountbg__contenuto {
  width: 100% !important;
}
.acf-block-preview .mountbg__container {
  aspect-ratio: unset !important;
}
.mountbg__contenuto p,
.mountbg__contenuto .wp-block-buttons {
  z-index: 100;
}
