/*暫時覆蓋*/
.viphand-sm {
  bottom: -26px !important;
  width: 215px !important;
  height: 532px !important;
}

/* 暫時隱藏首頁 caption */
/* #home > .kv .caption{
  display: none;
  } */

/* 暫時修改首頁影片文字動畫 */
.leader.show-next .leader_title {
  opacity: 0;
  transform: translateY(-30%);
}
.leader_title2 {
  position: fixed;
  left: 0;
  right: 0;
  margin-bottom: 4px;
  opacity: 0;
  transition: .48s ease-out;
  transition-property: transform,opacity;
}
.leader.show-next .leader_title2 {
  opacity: 1;
  transform: translateY(-110%);
}
@media (min-width: 768px) {
  .leader_title2 {
    font-size: 4rem;
  }
}
@media (min-width: 1024px) {
  .leader_title2 {
    font-size: 5rem;
}
}

/* plans.vue */
@media (min-width: 1152px) {
  .u-dsp\@1152\:b {
    display: block !important;
  }
  .u-dsp\@1152\:n {
    display: none !important;
  }
}

/* news-vid */
.news-vid .embed_media {
  background-position: center center;
}
