
.star_pro .video .del{
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -23px;
    right: -55px;
    cursor: pointer;
    z-index: 9999999999999;
    left: auto;
}
.star_pro .video {
    display: none;
    position: fixed;
    width: 82%;
     height: 29%; 
    top: 37%;
    /* margin-left: 22%; */
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
}