
/* ------ staged/pxd-video.css ------ */
#pxd-video-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.pxd-video-modal-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 910px;
    padding: 10px
}

.pxd-video-modal-header {
    display: flex;
    flex-direction: row;
    align-self: stretch;
    margin-bottom: 5px;
    align-items: center;
    justify-content: space-between
}

.pxd-video-modal-header .button-clear-white {
    padding: 5px 20px 6px;
    min-width: 220px;
    border-width: 1px;
    margin-top: -3px;
}

.pxd-video-modal-close {
    display: block;
    width: 100%;
    text-align: center;
    opacity: 0.6;
    padding: 12px;
    cursor: pointer;
    font-size: 25px;
    color: #efefef;
    background: transparent
}

.modal-video-player {
    width: 100%;
    height: 500px
}

.open-gfits-video {
    cursor: pointer;
}
