.live-promo {
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.live-promo .promo_broadcast__info__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}
.live-promo #video-player  {
    border-radius: 7px;
}
.live-promo #video-player:empty {
    min-height: 500px;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 4;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, #ccc 2%, #ddd 18%, #ccc 33%);
    background-size: 1300px;
}

@keyframes fadein {
    from { opacity: .5; }
    to { opacity: 1; }
}

.live-promo__head {
    margin-bottom: 20px;
    min-height: 53px;
}

@media (min-width:768px) {
    .live-promo__head {
        display: flex;
        align-items: center;
    }
}
.live-promo .promo_broadcast__info {
    flex-grow: 1;
}

.live-promo .promo_broadcast__info__share {
    flex-shrink: 0;
}

.live-promo .live-views {
    padding: 4px 15px 4px 40px;
    font-size: 16px;
    font-weight: 400;
    min-width: 80px;
    border-radius: 15px;
    color: #fff;
    background: rgb(34 42 54 / 70%) url("../img/eye-white.svg") no-repeat 10px 50%;
    background-size: 20px;
    z-index: 2;
}

@media (max-width:768px) {
    .live-promo .live-views {
        float: right;
    }
}

.live-promo .promo_embed_container {
    position: relative;
    padding-bottom: 48%;
    padding-top: 91.70px;
    height: 0;
    overflow: hidden;
    width: 100%;
    min-height: auto;
    border-radius: 7px;
    animation-duration: 1.7s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: placeholderAnimate;
    background: linear-gradient(to right, #F3F6F7 2%, #dddee0 18%, #F3F6F7 33%);
    background-size: 1300px;
}

.live-promo .promo_embed_container iframe {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.live-promo .embed_container video {
    width: 100%!important;
}
