/* Tangxin Theater homepage hero: final cascade guard after global theme/H5 layers. */
html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__copy,
html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__slide.art-mode-poster .tx-cinema-hero__copy {
  color: #fff3d9 !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 20 !important;
}

html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__copy > * {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__copy h2 {
  color: #fff3d9 !important;
  -webkit-text-fill-color: #fff3d9 !important;
  text-shadow: 0 4px 30px rgba(4, 1, 2, .84) !important;
}

html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__eyebrow,
html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__meta,
html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__meta span,
html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__summary {
  color: #f0ddd3 !important;
  -webkit-text-fill-color: #f0ddd3 !important;
  text-shadow: 0 2px 18px rgba(4, 1, 2, .76) !important;
}

html.mac-theme-dark body.home-index-body.bstem .tx-cinema-hero .tx-cinema-hero__eyebrow span {
  color: #ffd7dc !important;
  -webkit-text-fill-color: #ffd7dc !important;
}

@media screen and (max-width: 820px) {
  html body.home-index-body .tx-cinema-hero .tx-cinema-hero__copy,
  html.mac-theme-light body.home-index-body .tx-cinema-hero .tx-cinema-hero__copy {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 20 !important;
  }

  html body.home-index-body .tx-cinema-hero .tx-cinema-hero__copy > * {
    opacity: 1 !important;
    visibility: visible !important;
  }
}

