.video-play-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-play-box video {
    width: 65vw;
}

.video-play-box .cha {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -55px;
    top: -50px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .video-play-box video {
        width: 80vw;
    }

    .video-play-box .cha {
        width: 20px;
        height: 20px;
        right: -25px;
        top: -20px;
    }
}

/*# sourceMappingURL=video.css.map */
