.livestreaming-notification.hidden, .livestreaming_other, .livestreaming-notification h5{
    display:none;
}
.liveLabel.livestreaming {
    padding: 0 10px 0 10px;
    margin-left: 10px;
    width: 100%;
}

html[dir="rtl"] .liveLabel.livestreaming {
    margin-right: 10px;
    margin-left: 0;
}

.liveLabel.livestreaming span {
    white-space: nowrap;
    text-transform: none;
}

.teaser--opening .liveLabel.live__icon:after {
    color: #008000!important;
}


div.livestreaming_other {
    background: #fff;
    max-height: 200px;
    padding: 5px;
    border: 3px solid #b41801;
    overflow: auto;
    border-top: none;
}

div.livestreaming_other article {
    border-bottom: solid 2px;
    border-color: #b41801;
    padding: 5px;
}
div.livestreaming_other article:last-child {
    border-color: #b41801;
    padding: 5px;
    border: none;
}

.liveLabel_other.livestreaming::before {
    content: none;
}



.liveLabel_other.livestreaming img {
    /* border-style: none; */
    width: 25px;
    height: 22px;
    /* bottom: -16px; */
    float: right;
    top: -5px;
    /* right: 0px; */
    position: relative;
}

.liveLabel_other.livestreaming {
    text-align: right;
    color: #B41801;
    order: 2;
    margin-left: auto;
    font-weight: 300;
    font-size: 12px;
}

.ytp-offline-slate-bar {
    position: absolute;
    width: 90%;
    left: 5%;
    height: 89px;
    bottom: 16px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    text-transform: uppercase;
    background: rgba(0,0,0,0.80);
    border-radius: 5px;
    color: #fff;
    -moz-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: bottom .25s cubic-bezier(0.0,0.0,0.2,1);
}

.ytp-offline-slate-icon {
    position: absolute;
    top: 0px;
    left: 3px;
    width: 24px;
}

.ytp-offline-slate-subtitle-text {
    margin-left: 31px;
    margin-top: 4px;
}

.ytp-offline-slate-main-text {
    text-transform: none;
    overflow: hidden;
    padding: 5px;
    text-overflow: ellipsis;
}

.livestreaming-notification span.livestreaming_other_label, .livestreaming-notification-swap-active span.livestreaming_other_label {
    background: #e9e9e9;
    border: solid 3px;
    border-color: #b41801;
    line-height: 15px;
    padding-left: 5px;
    border-bottom: none;
    display: flex;
    font-size: 12px;
    color: #373737;
}

span.livestreaming_other_label > b {
    font-weight: 900;
}

.teaser__contentWrapper .livestreaming.teaser__description {
    padding: 5px 10px 10px;
}
/*todo: remove v2*/
.sidebar-main.sidebar_v2 .livestreaming-notification .teaser__contentWrapper .livestreaming.teaser__description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 5px 10px 0;
}

.livestreaming-notification a:hover, .livestreaming-notification-swap-active a:hover {
    text-decoration: none!Important;
}

.livestreaming-notification .embed__container{
    display: none;
    height: 135px;
}

/*old*/
/*
.sidebar-main > div.livestreaming-notification > a.teaser {
    min-height: 224px !important;
}*/

.sidebar-main > div.livestreaming-notification > div.teaser, .sidebar-main > div.livestreaming-notification-swap-active > div.teaser {
    min-height: 224px !important;
}

.sidebar-main > div.livestreaming-notification h2.teaser__title, .sidebar-main > div.livestreaming-notification-swap-active h2.teaser__title  {
    font-weight: 700;
}

.sidebar-main > div.livestreaming-notification .teaser__image > img, .sidebar-main > div.livestreaming-notification-swap-active .teaser__image > img {
    max-height: calc(100% - 2px);
}

.livestreaming-notification .embed__container, .livestreaming-notification-swap-active .embed__container, .livestreaming-swap-active .embed__container{
    text-align: center;
    background: #000;
}

/*add per swipe */
.livestreaming-notification div.teaser .teaser__info span, .livestreaming-swap-active .teaser__info span {
    margin-left: auto;
}

div.teaser.livestreaming-notification .teaser__info span, div.teaser.livestreaming-swap-active .teaser__info span {
    margin-left: auto;
}

html[dir="rtl"] .livestreaming-notification div.teaser .teaser__info span, html[dir="rtl"] .livestreaming-swap-active .teaser__info span, html[dir="rtl"] div.teaser.livestreaming-notification .teaser__info span, html[dir="rtl"] div.teaser.livestreaming-swap-active .teaser__info span {
    margin-right: auto;
    margin-left: 0;
}

.teaser--extralarge.livestreaming-swap-active .teaser__info .livestreaming span {
    color: #fff;
    font-weight: bold;
}

.teaser--extralarge.livestreaming-swap-active .livestreaming.teaser__description, .teaser--3x3.livestreaming-swap-active   {
    font-size: 20px;
    font-size: 1.4em;
}


.livestreaming-swap-active figure{
    display: none;
}

.swap-scale {
    transform: scale(0.6);
    transition: all 0.2s;
}

.swap-scaleZoom {
    transform: scale(1.6);
    transition: all 0.2s;
}
/*todo: remove v2*/
.sidebar-main.sidebar_v2 > div.livestreaming-notification h2.teaser__title {
    padding-bottom: 0;
}