/* ===========================================================================================
	                          Lightbox Video 放大_for Rich Content
=========================================================================================== */

.video .modal-header {
    padding: 15px;
    border-bottom: none !important; 
}

/* Icon 變大*/ 
.tab-content a.play_btn:before {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "\00a0";
    background: rgba(0%,0%,0%,.2) url(https://www.aten.com/file/template/1/images/icons/Play_Icon_Mline.png) no-repeat center center;
    filter: drop-shadow(1px 1px 3px rgb(0, 0, 0)) !important;
    transition: background-color 0.3s ease-out;
}

.tab-content a:hover.play_btn:before {
    background: rgba(0%,0%,0%,.1) url(https://www.aten.com/file/template/1/images/icons/Play_Icon_Mline.png) no-repeat center center;
}
    
    



/* 1024 以上 */
@Media (min-width: 1024px) {

    /* Video Lightbox 變大*/ 
    div.video .modal-dialog {
    max-width: 860px !important;
    max-width: 900px !important;
    max-width: 63% !important;
    width: 97%;
    margin-top: 10% !important;
    }


    /* Video Lightbox 變大*/ 
    div.video .fluid-width-video-wrapper {
    min-height: 400px;
    min-height: 480px;
    min-height: 55vh;
    min-height: 59.8vh;
    }

}


/* 2000 以上 */
@Media (min-width: 2000px) {

    /* Video Lightbox 變大*/ 
    div.video .modal-dialog {
    max-width: 53% !important;
    }

}


/* Bowei 筆電寬螢幕 */
@Media (min-width: 1281px) and (max-width: 1366px) {

    /* Video Lightbox 變大*/ 
    div.video .modal-dialog {
    max-width: 63% !important;
    }

}