.container-jw {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999999999;
}

.jwplayer_video:hover {
    cursor: pointer;
}

.jwplayer_video {
    position: relative;
}

.jwplayer_video:before {
    display: flex;
    justify-content: center;
    align-items: center;
    content:url('images/playbutton.png');
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}

.jwplayer_popup_consent {
    height: 100%;
}

.popup_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 1919;
}

.modal_jwplayer {
    max-width: 400px;
    background-color: white;
    z-index: 9999;
    position: fixed;
    padding: 12px;
}

#close-button {
    background: none;
    position: absolute;
    top: 10px;
    right: 4px;
    border: none;
    float: right;
}

#close-button:hover {
    transition: all ease-in-out .2s;
}

#goto-button {
    float: right;
    background: linear-gradient(180deg, #9bdc02, #57a725);
    color: #fff;
    font-size: 14px;
}

#goto-button:hover {
    transition: all ease-in-out .2s;
}

@media only screen and (min-width: 300px) and (max-width: 700px){
    .modal_jwplayer {
        width: 90%;
        padding: 20px;
        left: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
