.scs__ent-ws__video-switch.is-ready {}

.scs__ent-ws__video-switch__videos {
    filter: drop-shadow(0px 24px 40px rgba(0, 0, 0, 0.08));
}


.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__videos .brightcovevideo {
    display: none
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__videos .brightcovevideo.is-active {
    display: block;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation {
    margin: 0 auto;
    width: 100%;
    max-width: 666px;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table {
    margin: 0;
    border-spacing: 0;
    width: 100%;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td {
    padding: 10px 20px;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    border-top: 1px solid #bbbbbb;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr:last-child td {
    border-bottom: 1px solid #bbbbbb;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(1) {
    text-align: center;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(2) {
    width: 106px;
    padding-left: 0;
    padding-right: 0;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(4) {
    width: 60px;
    text-align: right;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(1),
.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(3) {
    font-weight: 600;
    color: #001155;
    font-size: 24px;
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(2) { width: 64px; }
    .scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(1),
    .scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td:nth-child(3) {
        font-size: 16px;
        line-height: 20px;
    }
    .scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td {
        padding: 8px 12px;
    }
}


.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr td img {
    display: block;
    width: 100%;
}

.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr.is-active td,
.scs__ent-ws__video-switch.is-ready .scs__ent-ws__video-switch__navigation table tr:not(.is-active):hover td {
    background-color: #EEF3F6;
    cursor: pointer;
}