.client-video {
    top: unset;
    left: unset;
    width: 320px;
    height: 220px;
    object-fit: fill;
    vertical-align: middle;
    -ms-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -o-transform:rotateY(180deg);
    transform:rotateY(180deg);

}
.client-video-div {
    float: left;
    border: 3px solid white;
    margin: 3px;
    width: 326px;
    height: 246px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
	border-radius: 2px;
    background-image: url('/assets/images/common/face.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    background-color: white;
}
.client-video-text {
    position: relative;
    top: 0px;
    left: 0px;
    opacity: 1;
    font-family: Verdana;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    background-color: white;
    color: #202020;
    min-width: 316px;
    min-height: 20px;
}
.client-video-body {
    background-color: black;
}
.visualisation {
    height: 25px;
    width: 25px;
    background: white;
    z-index: 100;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border-radius: 25px;
    position: relative;
}
.progress-container {
	position: relative;
	bottom: 0px;
	width: 100%;
	background-color: #ddd;
    -webkit-border-radius:0 2px 2px 2px;
    -moz-border-radius:0 2px 2px 2px;
	border-radius: 0px 2px 2px 0px;
}
/*.progress-bar {
	width: 0%;
	height: 5px;
	background-color: rgba(48, 152, 255, 0.82);
	border-radius: 0px 2px 2px 0px;
}*/
