#features .section_mhl * {
  font-family: 'graphie', sans-serif;
}

#features .section_mhl p {
  text-align:center;
  /* font-size: clamp(18px, 2vw, 22px); */
  /* letter-spacing: 0.1em; */
  /* font-weight: 300; */
  margin: 0;
  color: #fff !important;
  font-size: clamp(26px, 2.6vw, 48px);
  font-weight: 400;
}

#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;
  letter-spacing: 0;
}

.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);
  }

  #productgallery .grid_container div img {
    max-height: clamp(20px, 5vw, 60px) !important;
    flex: 1;
  }

  #productgallery .slick_container {
    padding: 0 3vw !important;
  }
}

/* individual CSS */
#features .section_mhl {
  display: block !important;
  position: relative;
  /* background: url('/inline/products/24455/img/mobile/hero-ace3-mobile.jpg') no-repeat top center; */
  /* padding-top: 100vw; */
  background-size: auto 100vw;
}

.section_mhl video {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #features .section_mhl {
    min-height: calc(100vw * 900 / 2560);
    /* background: url('/inline/products/24455/img/hero-ace3.jpg') no-repeat top center; */
    background-size: 100% auto;
    padding-top: 0;
    height: auto !important;
  }
}

/* gallery min/fixed height */
#productgallery .gallery_container {
  opacity: 1;
}

#productgallery .slick-dotted .slick-track {
  margin-top: 0;
}

#productgallery {
  min-height: 45vh;
}

@media screen and (min-width: 768px) {
  #productgallery {
    min-height: 0;
    min-height: clamp(556px, calc((100vw + 90px) / 2), 780px);
  }

  #productgallery .slick_container {
    padding: clamp(30px, 3vw, 90px) !important;
  }
}

@media screen and (min-width: 1440px) {
  #productgallery {
    min-height: clamp(600px, calc((1470px + 90px) / 2), 780px);
  }
}