body{
		margin:0;
		height: 100%;
		background-color: #000;
	}

.container{
	height: 100%;
	position: absolute;
	width: 100%;
}
	
	
.frame {
	position: relative;
	min-height:25%;
	overflow: hidden;
	width: 100%;
}


.ontop{
	position: absolute;
	top: 5%;
	left: 5%;
	min-height: 90%;
	width: 90%;
	z-index: 10;
}

.cam{
		margin:0;
		height: auto;
}

iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
    background-color: #000;
    padding: 0;
    Margin: 0;
}
	
.zoomlink{
	position:absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9;
	cursor: pointer;
}

.mute{
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 8;
	border: none;
	cursor: pointer;	
}

.close{
	width: 4rem;
    fill: red;
}

.lupe{
    fill: #2c4c9c;
}

video-js{
	overflow: hidden;
}

@media only screen and (min-width : 800px) {

.frame {
	min-height:50%;
	overflow: hidden;
	width: 50%;
	float: left;
}

.ontop{
	position: absolute;
	top: 5%;
	left: 5%;
	min-height: 90%;
	width: 90%;
	z-index: 10;
}

}