.video-container-round {
	width:250px;
	height:250px;
	border-radius: 50%;
	overflow:hidden;
}
.video-container-round .video-player {
	width:100%;
	height:100%;
	margin:0;
	cursor:pointer;
        margin: -2px;
}
.video-container-round  .video-player .control-wrapper-playpause {
    bottom: 27%;
    height: 79px;
    left: calc(50% - 24px);
    width: 48px;
}
.video-container-round  .video-player .control-wrapper-mute {
    height: 28px;
    left: 46%;
    top: 10%;
    width: 30px;
}
 