.wp-video-popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.88);
    z-index: 8888888
}

.wp-video-popup-video {
    display: none;
    z-index: 8888889;
    width: 90% !important;
    max-width: 1200px !important;
    height: auto;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.wp-video-popup-close {
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    text-align: center;
    width: 60px;
    cursor: pointer;
    z-index: 9999999;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s
}

.wp-video-popup-close:before, .wp-video-popup-close:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -25px;
    display: block;
    height: 5px;
    width: 40px;
    background-color: #fff;
    transition: all 0.25s ease-out;
}

.wp-video-popup-close:after {
    transform: rotate(-135deg);
}

.wp-video-popup-close:hover:before {
    transform: rotate(-135deg);
}

.wp-video-popup-close:hover:after {
    transform: rotate(-45deg);
}


.wp-video-popup {
    cursor: pointer
}

.simple_video_popup {
    position: relative;
}

.simple_video_popup img {
    display: block;
    width: 100%;
}

.simple_video_popup .choose-popup {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simple_video_popup .choose-popup.b_br {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

