/*
 * Trinity36 V48.4.2
 * Product-detail vial labels must remain centered to the artwork itself.
 * Older inherited rules expand the overlay to 140%, shifting every label.
 */
body.trinity-storefront
  #triProductPage
  .exact-vial-visual
  .exact-vial-overlay {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}
