@charset "UTF-8";

.video-popup {
    position: fixed;
    z-index: 12;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000022 !important;
}

.video-popup > .content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.video-popup > .content > .mobile-box > .mobile {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-popup > .content > .mobile-box > .mobile > span {
    opacity: 0.75;
    position: absolute;
    right: -0.4rem;
    top: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url("/video-popup/img/video-down.png");
    background-size: 0.3rem auto;
    background-repeat: no-repeat;
    cursor: pointer;
}

.video-popup > .content > .mobile-box > .mobile > span:hover {
    opacity: 1;
}

.video-popup > .content > .mobile-box > .mobile > span:active {
    transform: scale(0.95);
}

.video-popup > .content > .mobile-box > .mobile > video {
    background-color: #1b1e21;
    width: 8rem;
}