#features .section_mhl * {
  font-family: 'graphie', 'proxima-nova', sans-serif;
}

#features .section_mhl p {
  /* font-size: clamp(18px, 2vw, 22px);
  letter-spacing: 0.1em;
  font-weight: 300; */
  font-size: clamp(24px, 2.6vw, 48px);
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  color: #fff !important;
  text-align: center;
}

#features .section_mhl .absolute-bottom {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  top: auto;
}

#features .section_mhl .mhlpdtname{
  display: none;
}

#features .section_mhl .shortdesc {
  margin: 0 0 0.3em;
  font-size: clamp(20px, 2.2vw, 44px);
  letter-spacing: 0;
  font-weight: 700;
  color: #fff !important;
  padding: 0 15px;
  text-transform: uppercase;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.9);
  font-family: 'Inter', sans-serif;
}

.product-hero-container,
.video-container {
  display: none !important;
}
.lightbox .video-container {
  display: block !important;
}

@media screen and (min-width: 768px) {
  #features .section_mhl .absolute-bottom {
    bottom: clamp(5px, 1vw, 20px);
  }
}

/* individual CSS */
#features .section_overview {
  display: none;
}
#features .section_mhl {
  display: block !important;
  position: relative;
  background: url('/inline/products/24465/img/mobile/hero-stage-pro-mobile.jpg') no-repeat top center;
  padding-top: 100vw;
  background-size: 100% auto;
}

@media screen and (min-width: 768px) {
  #features .section_mhl {
    min-height: calc(100vw * 960 / 2560);
    background: url('/inline/products/24465/img/hero-stage-pro-desktop.jpg') no-repeat top center;
    background-size: auto 100%;
    padding-top: 0;
  }
}