﻿/*--------------------------------*/
/*head區塊*/

.videoImgBox {
    height: 240px;
}
/*.videoImgBox img{
            width: 88%;
        }*/
.btnPlay {
    height: 100%;
    width: 88%;
    transform: translate(0%, -100%);
    background-image: url(../../../../images/CHT/btnPlay.png);
    background-repeat: no-repeat;
    background-position: center center;
    /*background-color: rgba(0,0,0,0.25);*/
}

/*--------------------------------*/
#ContentPlaceHolder1_btn_ddl_SubClass{
    display:none;
}

/*覆寫影片圖片大小*/
.AudioArea > .One-third img {
    width: 80%;
}