/* MODALE */
.mph-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.mph-modal.is-open {
  display: block;
}

.mph-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
}

.mph-modal-panel {
  position: relative;
  width: min(1200px, 92vw);
  margin: 4vh auto 0 auto;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
}

.mph-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 2;
  border: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.mph-modal-body {
  position: absolute;
  inset: 0;
}

.mph-player {
  position: absolute;
  inset: 0;
}

.mph-iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* blocca scroll pagina quando modale aperta */
html.mph-scroll-lock,
body.mph-scroll-lock {
  overflow: hidden !important;
}

.carousel .carousel-item .caption .slide-text .slidertext2 a {
  font-size: 64px;
  line-height: 74px;
  font-weight: 600;
  margin: 10px 0px;
  text-transform: uppercase;
}
