#frmAppLogoWks{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

#frmAppLogoWks>div{
    width: 100%;
    height: 20%;
    flex-grow: 0;
}
#frmAppLogoWks .msg i{
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
}
#frmAppLogoWks .dataBox{
    width: 80%;
    height: auto;
    margin: 0px auto;
}
#frmAppLogoWks .tableBox{
    height: auto;
}
#frmAppLogoWks .tableBox table{
    margin: 0px auto;
}

#frmAppLogoWks ul .videoBox{
    width: 90%;
    height: 10rem;
    margin: 0px auto;
}

#frmAppLogoWks ul .videoCol{
    width: 90%;
    height: 100%;
    margin: 3px auto;
}

#frmAppLogoWks .logo{
    flex-grow: 1;
}
#frmAppLogoWks .appVersion{
    height: 1rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}


/**
desktop
*/
@media  screen and  (min-width: 600px) {
    #frmAppLogoWks .dataBox{
        width: 25rem;
    }
}