.htmegavc-player-container .magnify-video-active.has_icon {
background: #fff none repeat scroll 0 0;
border: 0 none;
border-radius: 100%;
color: #18012c;
display: inline-block;
font-size: 40px;
text-align: center;
transition: all 0.5s ease-in-out 0s;
padding: 0;
text-decoration: none;
width: 90px;
height: 90px;
line-height: 90px;
padding: 0;
}
.htmegavc-player-container .magnify-video-active.has_icon:hover {
transform: scale(1.2);
background: #18012c;
color: #fff;
}
.magnify-video-active.has_icon i{
margin-left: 10px;
}
.htmegavc-player-container .magnify-video-active.has_text {
color: #000000;
font-weight: 500;
font-size: 14px;
background: #fafafa;
height: 47px;
display: inline-block;
padding: 0 33px;
line-height: 49px;
border-radius: 23px;
transition: 0.5s ease-in-out;
}
.htmegavc-player-container .magnify-video-active.has_text:hover {
border-radius: 0;
background: #18012c;
color: #ffffff;
}