#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;
}

#features .section_mhl .absolute-bottom {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  top: auto;
}

#features .section_mhl .shortdesc {
  display:none;
  margin: 0 0 0.3em;
  font-size: clamp(24px, 2.6vw, 48px);
  letter-spacing: 0;
  font-weight: 400;
  color: #fff !important;
}

.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('./mobile/hero-ace-sxfi-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('./hero-ace-sxfi.jpg') no-repeat top center;
    background-size: auto 100%;
    padding-top: 0;
  }
}