/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

/*20200529新增Youtube iframe 自動縮放*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.CSS_20200530 {
    top: 0;
    width: 100%;
    height: 100%;
}

.CSS_20200530_01 {
    top: 0;
    width: 100%;
    height: 100%;
}


/*20200530新增尺寸縮小到600時字體大小CSS控制*/
@media all and (max-width: 600px) {

    .CSS_20200530 {
        top: 0;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }

    .CSS_20200530_01 {
        top: 0;
        font-size: 10px;
        width: 100%;
        height: 100%;
    }
}


