.videocam	{
	display: block;
	z-index: 9999;
		margin: 0;
	position: absolute;
	top: 400px;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);

}

#krest {
	height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}

#krest2 {
	height: 100%;
  width: 100%;
  position: absolute;
  display: none;
}
.point {
	z-index: 9998
}

/* .point:focus .dispdemo {
	display: none;
}

 .point:focus .dispdemo {
	display: block;
	-webkit-box-shadow: 0px 0px 300px 200px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 300px 200px rgba(255,255,255,1);
	box-shadow: 0px 0px 300px 200px rgba(255,255,255,1);
}

.point:focus {
	outline: 0;
}

.point:focus:before {
	background-image: url(../img/mark-yellow.068d1d9a.png);
}

.point:hover .dispdemo {
	display: block;
} */

