.videoPopWrap {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 10001;
}

.videoPopWrap .videoWrap {
    position:absolute;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px 0;
}

.videoPopWrap .videoWrap iframe {
    width: 1067px;
    height: 600px;
}

.videoPopWrap .videoWrap a {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
}