#live_jwplayer {
    position: fixed;
    opacity: 0;
    z-index: 999;
    width: 50vw;
    height: 50vh;
    top: 20.4vh;
    left: 25.156vw; /*483px*/
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.69));
    border: solid 1px rgba(0, 0, 0, 0.96);
}

.live .content {
    margin-left: 336px;
}

.live #liveFullScreen {
    position: fixed;
    z-index: 1000;
    top: 697.95px;
    left: 1380.35px;
    width: 55px;
    height: 55px;
}

@media only screen and (max-width: 1280px) {
    #live_jwplayer {
        left: 25.156vw;
        top: 20.4vh;
    }

    .live #liveFullScreen {
        top: 64.7%;
        left: 72%;
        width: 36.6px;
        height: 36.6px;
    }
}
