[data-section-bg=media] {
    background-image: url(../images/news/bg.jpg);
    height: 39.375rem;
}

@media (min-width: 1200px) {
    [data-section-bg=media] {
        background-image: url(../images/news/bg.jpg);
        height: auto;
    }
}

[data-post-type=streams] {
    --post-label-bg: url(../images/post/label-bg-2.png);
}

[data-post-type=media] {
    --post-label-bg: url(../images/post/label-bg-0.png);
}

[data-stream-card],
[data-gallery-card] {
    cursor: pointer;
}

.post__play {
    position: absolute;
    top: calc(1.25rem * var(--post-scale));
    right: calc(1.25rem * var(--post-scale));
    width: calc(3rem * var(--post-scale));
    height: calc(3rem * var(--post-scale));
    padding: 0;
    border: 1px solid hsla(0, 0%, 100%, .35);
    border-radius: 50%;
    background: rgba(3, 3, 10, .55);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s, background-color .25s, border-color .25s;
    will-change: transform;
}

.post__play:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: calc(0.5rem * var(--post-scale)) 0 calc(0.5rem * var(--post-scale)) calc(0.85rem * var(--post-scale));
    border-color: transparent transparent transparent #fff;
}

.post__play_zoom:before {
    display: none;
}

.post__play_zoom .gwi {
    display: block;
    color: #fff;
    font-size: calc(1.125rem * var(--post-scale));
    line-height: 1;
}

.post__play:hover,
.post__play:focus-visible,
[data-stream-card]:hover .post__play,
[data-gallery-card]:hover .post__play {
    background: rgba(3, 3, 10, .8);
    border-color: hsla(0, 0%, 100%, .75);
    transform: scale(1.08);
}

.post__frame {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.post_playing {
    cursor: default;
}

.post_playing .post__pic {
    z-index: 3;
}

.post_playing .post__pic:after,
.post_playing .post__img,
.post_playing .post__content,
.post_playing .post__play {
    display: none;
}
