/*適用於電腦螢幕*/
@media screen {
  showt {
    position: absolute;
    z-index: 1;
    /*重疊時會在其他元素之上*/
    width: 1280px;
    text-align: center;
    color: #ac6d00;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.8;
    /*不透明度*/
    padding-top: 100px;
  }

  show {
    background-image: url(../image/s/shows2.png);
    background-repeat: no-repeat;
    width: 1280px;
    height: 285px;
    display: block;
    margin: auto;
  }

  iframe.s2 {
    width: 250px;
    height: 300px;
  }

  /*適用螢幕寬度小於1030px的裝置*/
  @media screen and (max-width:1030px) {
    show {
    width: 100%;
    }
	
	showt {
	width: 100%;
    font-size: 40px;
    }
