#warning-wrapper{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 22px;
    left: 1.6rem;
    display: flex;
    z-index: 2;
    align-items: center;
}

#warning-wrapper-video-short{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: flex;
    z-index: 2;
    align-items: center;
    left: 0px;
}

.display-inline{
    display: inline !important;
}
#warning-wrapper .icon-solid-left{
    width: 2px;
    height: 13px;
    background-color: #ED2C25;
}
#warning-wrapper.fullscreen .icon-solid-left{
    width: 3px;
    height: 17px;
}

#warning-wrapper .warning-content{
    display: flex;
    align-items: center;
}

.text-90vw{
    width: 85vw;
}

.text-90vw-video-short{
    width: 80vw;
}

.text-animation-wrapper{
    position: absolute;
    display: flex;
    align-items: center;
}

.text-one-line{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-animation{
    display: flex;
    align-items: flex-end;
    opacity: 0;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    margin-left: 5px;
}

.text-animation-video-short{
    display: flex;
    align-items: flex-end;
    opacity: 0;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
}

.fullscreen .text-animation{
    font-size: 13px;
}

.text-label{
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}

.scroll-left{
    justify-content: flex-end;
    transition: width 1s;
}
#shortText{
    line-height: 20px;
}

.fadeOutSlideUp{
    -webkit-animation: fadeOutSlideUp 0.8s;
            animation: fadeOutSlideUp 0.8s
}
.fadeInSlideUp{
    -webkit-animation: fadeInSlideUp 0.8s;
            animation: fadeInSlideUp 0.8s
}

@-webkit-keyframes fadeInSlideUp {
    0%{
        opacity: 0;
        transform: translateY(100%);
    }
    20% {
        transform: translateY(80%);
        opacity: 0.2;
    }
    40% {
        transform: translateY(60%);
        opacity: 0.4;
    }
    60%{
        transform: translateY(40%);
        opacity: 0.6;
    }
    80%{
        transform: translateY(20%);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInSlideUp {
    0%{
        opacity: 0;
        transform: translateY(100%);
    }
    20% {
        transform: translateY(80%);
        opacity: 0.2;
    }
    40% {
        transform: translateY(60%);
        opacity: 0.4;
    }
    60%{
        transform: translateY(40%);
        opacity: 0.6;
    }
    80%{
        transform: translateY(20%);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fadeOutSlideUp {
    0%{
        opacity: 1;
    }
    20% {
        transform: translateY(-20%);
        opacity: 0.8;
    }
    40% {
        transform: translateY(-40%);
        opacity: 0.6;
    }
    60%{
        transform: translateY(-60%);
        opacity: 0.4;
    }
    80%{
        transform: translateY(-80%);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes fadeOutSlideUp {
    0%{
        opacity: 1;
    }
    20% {
        transform: translateY(-20%);
        opacity: 0.8;
    }
    40% {
        transform: translateY(-40%);
        opacity: 0.6;
    }
    60%{
        transform: translateY(-60%);
        opacity: 0.4;
    }
    80%{
        transform: translateY(-80%);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.video-js .vjs-text-track-display .vjs-text-track-cue div, video::cue, video::-webkit-media-text-track-background{
    font-family: 'Inter', sans-serif !important;
    background-color: transparent !important;
    text-shadow: 2px 1px 5px rgba(0, 0, 0, 0.8) !important;
    font-weight: 600;
    font-size: 1em !important;
}
video::-webkit-media-text-track-container {
    bottom: 0.75em !important;
}
.video-fullscreen video::-webkit-media-text-track-container {
    bottom: 2em !important;
}

video::-webkit-media-text-track-display {
    transform: translateY(-1.5em) !important;
}

