.screentimetitle {
    font-size: 15px;
    padding: 0px 15px;
}

.screentimesubtitle {
    font-size: 13px;
    padding: 0px 15px;
}

.modal-body {
    max-height: 80vh;
    /* 設置模態框最大高度為視窗高度的 70% */
    overflow-y: auto;
    /* 使內容可垂直滾動 */
}

.course_btn {
    cursor: pointer;
}

.articlevideo_btn {}

.articlevideo_btn a {
    color: #fff !important;
}

/* 799px 及以上 */
@media (min-width: 799px) {
    .screentimediv {
        margin: 10px auto;
        width: 60%;
        min-height: 50%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    
    .screentimediv img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    
}

/* 798px 及以下 */
@media (max-width: 798px) {
    .screentimediv {
        margin: 10px auto;
        width: 90%;
        min-height: 50%;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
    }
    
    .screentimediv img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }

    
}