.sect-banner {
 display: table;
 width: 100%;
 margin: 0 auto;
 text-align: center;
 height: 100vh;
 color: rgba(255,255,255,0.9);
  overflow: hidden;
  position: relative;
}
.sect-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.sect-banner .v-center {
  display: table-cell;
  vertical-align: middle;
  position: relative; font-weight:bold;
  z-index: 4;
  padding: 0 5%; opacity:0.7;
}
.v-center h2 {
    font-size: 25px;
    letter-spacing: 15px;
    font-weight: lighter;
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #fff;
    margin:20px 0 0 0;
    text-transform: uppercase;
}
img.banner-logo {
margin-bottom: 50px;
}
ul.home-slider {
  padding: 0px;
  margin:  0px;
}
li.slider-img { 
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index:1
}
.slider-img.active {
  z-index:3
}

/* 行動版面: 480px 以下。 */
@media only screen and (max-width: 480px) {
.sect-banner .v-center {
  display: table-cell;
  vertical-align: middle;
  position: relative; font-weight:bold;
  z-index: 4;
  padding: 0 10%; opacity:0.7;
}
.v-center h2 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: lighter;
    font-family: 'gotham', Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #fff;
    margin:20px 0 0 0;
    text-transform: uppercase;opacity:1;
}
}

/* 表格版面: 481px 到 767px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 481px) {

	
}

/* 表格版面: 768px 到 980px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 768px) {

}

/* 表格版面: 981px 到 1280px。樣式繼承自: 行動版面。 */
@media only screen and (min-width: 981px) {

}



/* 桌面版面: 1281px 到最大 1824px。樣式繼承自: 行動版面和表格版面。 */
@media only screen and (min-width: 1281px) {
}



