
@media only screen and (min-width: 769px){
    .sl-dialog-vd{
        width: 1200px;
        height: 675px;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        border-radius: 5px;
        overflow: hidden;
    }

    .sl-vd-show{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .sl-vclose-vd{
        position: absolute;
        top: 10px;
        right: 10px;
        /* background-color: rgba(255, 255, 255, 0.8); */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #fff;
        z-index: 50;
    }

    .sl-vdialog-close{
        width: 20px;
        height: 20px;
        /* border: 2px solid #CED1D4; */
        transform: rotate(45deg);
        cursor: pointer;
    }

    .sl-vdialog-close:before{
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -1px;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-left: 2px solid #fff;
    }

    .sl-vdialog-close::after{
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-top: 2px solid #fff;
    }

    #my-player{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    #my-video{
        width: 100%;
        height: 100%;
    }

    .sl-vd-show-h5{
        display: none;
    }
}


/* video */
@media only screen and (max-width: 768px){

    .sl-vd-show-pc{
        display: none;
    }

    .sl-dialog-vd{
        width: 6.3rem;
        height: 3.55rem;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);    
        border-radius: 0.05rem;
    }
    
    .sl-vd-show{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    
    .sl-vclose-vd{
        position: absolute;
        top: -40px;
        right: 0px;
        /* background-color: rgba(255, 255, 255, 0.8); */
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
        z-index: 11111;

    }

    .sl-vdialog-close{
        width: 20px;
        height: 20px;
        /* border: 2px solid #CED1D4; */
        transform: rotate(45deg);
        cursor: pointer;
    }

    .sl-vdialog-close:before{
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -0.5px;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-left: 1px solid #fff;
    }

    .sl-vdialog-close::after{
        position: absolute;
        top: 50%;
        margin-top: -0.5px;
        left: 0;
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        border-top: 1px solid #fff;
    }

    
    #my-video{
        width: 100%;
        height: 100%;
    }
}    
