.parallux {
  height: 100vh;
  z-index: -1; }
  .parallux .parallux-bg .parallux-inner .text p {
    font-size: 22px; }
  .parallux .parallux-bg .parallux-inner.bg-header {
    background-image: url(../img/banner.jpg); }

.wrapper {
  width: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transform: translateZ(0); }

.gap{
  display: none;
}
.video_mobile{
  display: block;
}
.video_pc{
  display: none;  
}
/* 平板版面: 481px 到 768px。樣式繼承自: 行動版面。 */

@media only screen and (min-width: 481px) {

}

/* 桌面版面: 980px 到最大 1232px。樣式繼承自: 行動版面和表格版面。 */

@media only screen and (min-width: 980px) {
.gap{
  display: block;
}

.video_mobile{
  display: none;
}
.video_pc{
  display: block;  
}

.big3{
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  position: absolute;
  color: #fff;
  font-size: 40px;
  transform: translate(-50%, -50%);
  text-shadow: 1px 1px 3px #000;
}


}
