/* v9: fix homepage poster rhythm and qimen start button. No qimen page/function files touched. */
@media (min-width:981px){
  .qimen-infoposter{
    min-height:700px!important;
    padding:34px 34px 38px!important;
    overflow:hidden!important;
  }
  .qimen-infoposter::before,
  .qimen-infoposter::after,
  .poster-cloud{
    pointer-events:none!important;
  }
  .poster-topline{
    position:relative!important;
    z-index:5!important;
  }
  .poster-title-block{
    margin-top:150px!important;
    max-width:620px!important;
    position:relative!important;
    z-index:4!important;
  }
  .poster-title-block h1{
    position:relative!important;
    z-index:4!important;
  }
  .poster-qimen-wheel.poster-start-btn{
    display:block!important;
    position:absolute!important;
    width:188px!important;
    height:188px!important;
    top:70px!important;
    right:66px!important;
    bottom:auto!important;
    z-index:10!important;
    opacity:1!important;
    cursor:pointer!important;
    transform:none!important;
    pointer-events:auto!important;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease!important;
  }
  .poster-qimen-wheel.poster-start-btn:hover{
    transform:translateY(-4px) scale(1.02)!important;
    border-color:#72b9ee!important;
    box-shadow:inset 0 0 0 16px rgba(255,255,255,.68),0 24px 62px rgba(45,127,194,.22)!important;
  }
  .poster-qimen-wheel.poster-start-btn .wheel-core{
    inset:55px!important;
    font-size:20px!important;
    line-height:1.12!important;
  }
  .poster-path-v4,
  .poster-bottom-tags{
    position:relative!important;
    z-index:5!important;
    max-width:640px!important;
  }
  .poster-path-v4{margin-top:28px!important;}
  .poster-bottom-tags{margin-top:24px!important;}
}
@media (min-width:981px) and (max-width:1180px){
  .qimen-infoposter{min-height:690px!important;}
  .poster-title-block{margin-top:140px!important;max-width:570px!important;}
  .poster-qimen-wheel.poster-start-btn{width:158px!important;height:158px!important;top:78px!important;right:42px!important;}
  .poster-qimen-wheel.poster-start-btn .wheel-core{inset:48px!important;font-size:17px!important;}
}
@media (max-width:980px){
  .poster-qimen-wheel.poster-start-btn{
    cursor:pointer!important;
    pointer-events:auto!important;
  }
  .poster-title-block{margin-top:42px!important;}
}
/* keep the poster from feeling top-heavy after moving the wheel up */
@media (min-width:981px){
  .mystic-hero-grid{align-items:stretch!important;}
}
