.wvideo-continer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
z-index:600;
overflow: auto;
right: 0;
display:none;
}
.wvideo-continer > div {
     margin: auto;
    transform: translate(0, -50%);
    position: relative;
    top: 50%;
}
button#openwvideo {
    position: absolute;
    border-radius: 50%;
	border: none;
	padding:0;
	transition: all .5s;
	z-index:500;
}
button#openwvideo:hover {
    box-shadow: 0 0 5px #979696;
    transform: rotate(180deg);
	transform-origin:center;
}
#openwvideo:hover{
	border:none;
	background-color:#99e1b1;
}
.wvideo-continer #wi-playcover-btn{
 	position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    background-color: white;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    line-height: 10px;
	z-index: 5;
}
.h_iframe img.wc-cover-img {
    z-index: 2;
}