html > div[style]{
   display: none !important;
}
.egegesh-v {
	margin-left:auto;
	margin-right:auto;
	max-width: 1000px;
	width:100%;
	height:auto;
	padding-top: 15px;
}
.camera-desc {
	padding: 8px 12px;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	font-family: Tahoma;
}
.camera-desc__left {
	float: left;
}
.camera-desc__right {
	float: right;
}
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.camera-desc__right a {
	color: #fff;
	text-decoration:none;
}
body {
    margin: 0;
}

.egegesh-v {
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 0;
}

#player-egegesh {
    min-height: 100%;
    max-height: 100%;
}

.camera-desc {
    display: none;
}